Gioacchino Mazzurco
15b729b35c
Fix crash in p3Peers::loadCertificateFromString
...
This function is part of the public API so it must be safe to call with
any input, before this commit if would crash if feeded with a broken or
empty certificate radix string.
2018-10-12 22:28:44 +02:00
Gioacchino Mazzurco
fc14300b06
Re-add ftServer::requestDirDetails implementation
...
The implementation has disappeared merging master causing linking error
2018-10-10 23:43:01 +02:00
Gioacchino Mazzurco
b3d73ba6a5
Suppress aliasing warning in DirDetails and DirStub
...
Order of serialization doesn't matter ATM as we use those only for
JSON API.
Those classes should be rewritten anyway with proper naming of the
memebers and using std::uintptr_t instead of void* and rstime_t for
timestamps
2018-10-10 23:32:32 +02:00
G10h4ck
047ae7f723
Merge branch 'master' into jsonapi
2018-10-10 22:23:28 +02:00
csoler
18eee374f1
Merge pull request #1361 from sehraf/pr_jsonfy-rsMsg
...
[jsonapi] add most remaining functions of rsMsg
2018-10-10 22:04:32 +02:00
csoler
09b109d522
Merge pull request #1364 from G10h4ck/safer_time
...
Use safer rstime_t instead of time_t
2018-10-10 22:03:51 +02:00
Gioacchino Mazzurco
a47eec14e4
Print a warning if deserialized rstime_t is negative
2018-10-10 21:54:50 +02:00
Gioacchino Mazzurco
321fc8a8d4
Implement mostly decent JSON API for channels and post creation
...
Now the possible id of the cannel/post is returned and channel/post is
indexed on creation without having to wait for gxsutil scan to happen
Note that the id is correct in normal usage, but if one try to overload
the API per eventually get the id of another channel/post with same data
but created by a different call, it is not dangerous so one trying to
overload the API is just getting a possibly wrong but equivalent
channel/post id returned.
2018-10-10 06:40:56 +02:00
Gioacchino Mazzurco
c05c376351
Expose /rsFiles/requestDirDetails via JSON API
...
This method is useful to browse own shared directries, or directries
shared by friends whith browseable permission
2018-10-09 22:58:17 +02:00
Gioacchino Mazzurco
2139090f5d
Fix bug in JSON t_RsFlags32 deserialization
...
If the member was not present in the JSON it was zeroed while it should
be left untouched in that case.
This was discovered because in JSON API defualt argument value for
methods wasn't onored for t_RsFlags32 arguments.
2018-10-09 22:43:15 +02:00
Gioacchino Mazzurco
205743e0ff
retroshare-service add missing doxygen dependency on OBS
2018-10-09 18:14:23 +02:00
Gioacchino Mazzurco
74129f670a
jsonwrappersincl target always fails if doxygen fail
2018-10-09 18:06:21 +02:00
Gioacchino Mazzurco
7798e50123
Expose JSON API for ForceDirectoryCheck
2018-10-09 11:34:57 +02:00
Gioacchino Mazzurco
406822b5ec
Expose JSON API for file filtering
2018-10-09 11:34:56 +02:00
Gioacchino Mazzurco
2556af692e
Add OBS packaging recipes for retroshare-service
2018-10-08 23:56:05 +02:00
Gioacchino Mazzurco
a89c29030a
Add missing rstime include in jsonapi
2018-10-08 11:56:47 +02:00
G10h4ck
b8af13f0b7
Merge pull request #3 from hunbernd/fix/win64
...
Fix building error about losing precision on Win x64
2018-10-07 22:29:42 +02:00
hunbernd
b7d5944b9c
Fix building error about losing precision on Win x64
2018-10-07 21:53:16 +02:00
Gioacchino Mazzurco
6db23267c3
retroshare-gui fix windows compilation error due to time_t usage
2018-10-07 15:51:02 +02:00
Gioacchino Mazzurco
72d8364370
libresapi fix compile error on windows due to time_t usage
2018-10-07 14:41:14 +02:00
Gioacchino Mazzurco
ddf3164545
Fix ctime(&rstime_t) error on windows
...
rstime_t not neccesary in those cases so use plain time_t instead
2018-10-07 14:41:13 +02:00
Gioacchino Mazzurco
77d938bf52
Remove _USE_32BIT_TIME_T windows define
...
Why did we added it in first place?
2018-10-07 13:07:22 +02:00
Gioacchino Mazzurco
329050a9c2
Use safer rstime_t instead of time_t
...
Avoid problems to serialization on different platforms, without breaking
nested STL containers serialization.
The conversion have been made with sed, and checked with grep, plus
kdiff3 visual ispection, plus rutime tests, so it should be fine.
2018-10-07 13:07:06 +02:00
sehraf
137bd9cd6d
jsonapi: fix nested std types
2018-10-06 23:50:29 +02:00
Gioacchino Mazzurco
f5158b3a9f
Allow CORS in JsonApiServer
2018-10-06 18:57:14 +02:00
Gioacchino Mazzurco
8f17270a2a
Fix type in .pri breaking non-cross-compiling
2018-10-06 18:49:17 +02:00
csoler
586cff2ad1
Merge pull request #1362 from csoler/v0.6-ImprovedGUI
...
V0.6 improved gui
2018-10-06 18:33:13 +02:00
csoler
045691855b
Merge pull request #1356 from PhenomRetroShare/Fix_Warnings
...
Fix warnings
2018-10-06 18:31:33 +02:00
Gioacchino Mazzurco
47df24b822
Fix compilation due to .pro copy/paste error
...
Thanks sehraf for spotting this that was driving me mad!
2018-10-06 02:49:13 +02:00
Gioacchino Mazzurco
c6ca3c5669
Fix compilation due to RsPeers::GetRetroshareInvite
2018-10-06 02:46:09 +02:00
G10h4ck
41aa675a9b
Avoid travis breakage due to outdated qt55 depend
2018-10-06 02:41:35 +02:00
Gioacchino Mazzurco
2b3570903f
retroshare-service deep search support for Android
2018-10-06 01:23:08 +02:00
Gioacchino Mazzurco
b28512b889
retroshare-service now build and runs fine on android (even older ones)
2018-10-05 22:29:49 +02:00
csoler
ec8e8ebafa
fixed merging with upstream/master
2018-10-05 21:38:36 +02:00
csoler
dbd52c0c9c
fixed bug in previous commit
2018-10-05 17:01:54 +02:00
csoler
4de0498208
fixed bad signature checking code for config files
2018-10-05 16:54:36 +02:00
Gioacchino Mazzurco
1d8bb44811
Fix warnings
2018-10-05 01:55:18 +02:00
Gioacchino Mazzurco
341a68ce07
rstypeserializer fix uninitialized variable usage
2018-10-05 01:23:17 +02:00
Gioacchino Mazzurco
0f01f110ad
jsonapi-generator fix param initialization on Android
...
without this patch Android compilation would fail in cases like
RsPeerId sslid(RsPeerId());
2018-10-04 23:37:39 +02:00
Gioacchino Mazzurco
321d2e84bd
gxschannel expose blocking create post and channels API
2018-10-04 23:36:01 +02:00
sehraf
6dabb81dc0
rsMsg: unify parameter name
2018-10-04 23:25:23 +02:00
sehraf
500eb7f518
jsonapi: add rsMsg tagging functions
2018-10-04 23:24:06 +02:00
sehraf
897c8e0a8a
jsonapi: more rsMsg functions
2018-10-04 22:43:13 +02:00
sehraf
70678ad508
jsonapi: fix std::map<T,U>
2018-10-04 22:43:13 +02:00
sehraf
150af40e09
jsonapi: convert and add getMessageCount
2018-10-04 22:43:12 +02:00
sehraf
285158db5f
jsonapi: access messages (mail)
2018-10-04 22:43:12 +02:00
Gioacchino Mazzurco
184fac95ae
Fix deep_search enable/disable at build time
2018-10-04 22:12:23 +02:00
csoler
c6d0203557
added debug output to see which config files are loaded/saved
2018-10-04 19:22:49 +02:00
csoler
fb21e427be
removed saving of GxsTrans configuration in class destructor, causing lock up when quitting RS
2018-10-04 19:14:21 +02:00
Gioacchino Mazzurco
7c986b926d
Remove overloaded GetRetroshareInvite method
...
now the original method has default paramether that return invite for
own node, this way JSON API is more friendly
2018-10-04 19:14:16 +02:00