Wykres commitów

332 Commity (f4bf12e61bf719a122a813832a5c13465b32c6e8)

Autor SHA1 Wiadomość Data
Roeland Jago Douma 0decc0371d
Merge branch 'master' into do-not-need-last-inserted-id 2018-12-10 21:27:18 +01:00
Maxence Lange 0dfe66b7f8 malformed call 2018-12-10 11:43:49 -01:00
Maxence Lange f32836b91c do not search for followers Id within the attributed_to field 2018-12-10 11:40:00 -01:00
Maxence Lange 81a4b5575b some data are only for internal use. 2018-12-10 11:35:26 -01:00
Maxence Lange 728c4c2888 let's make the 'activity' field a little bigger too 2018-12-10 09:45:57 -01:00
Maxence Lange 73cb46c432 fixing size of field in database using Migrations 2018-12-10 09:17:33 -01:00
Maxence Lange a9cc790950 check size of source entry before insert in database 2018-12-10 09:17:04 -01:00
Maxence Lange e644ec335c removing useless getLastInsertId() 2018-12-08 19:53:52 -01:00
Maxence Lange 995d611060 check installation on upgrade or account creation 2018-12-08 18:43:34 -01:00
Maxence Lange 8df77ff380 adding route and content to the Notification Stream 2018-12-08 11:41:56 -01:00
Maxence Lange 4a1366b8b6 Display on to:PUBLIC message 2018-12-08 11:22:27 -01:00
Maxence Lange 1d5bf5b969 detect ghost account and avoid them 2018-12-08 10:37:17 -01:00
Maxence Lange a7cee453c7 Async the process only if there is request in STANDBY 2018-12-08 10:32:54 -01:00
Maxence Lange 395b79860c cleaning some TODO
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-08 10:27:45 -01:00
Julius Härtl 8ff50dbbd7
Run well-known check after setup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-08 00:36:35 +01:00
Maxence Lange b7ac669cb3
Merge pull request #143 from nextcloud/support-sqlite
replace rightJoin -> join
2018-12-07 07:00:31 -01:00
Maxence Lange 361fd98a50 Merge branch 'feature/11/migrations'
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-06 19:42:21 -01:00
Maxence Lange f08e7f29b1 fixing boolean and +avatar_version
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-06 19:36:03 -01:00
Maxence Lange 93e003ab41 cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-06 19:33:29 -01:00
Maxence Lange 3cd29fe20c marking TODO
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-06 18:22:33 -01:00
Maxence Lange 648d132abe cleaning and fixing some SQL
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-06 18:18:25 -01:00
Maxence Lange c41c43c529 moving Person $actor around instead of $actorId
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-06 18:18:12 -01:00
Maxence Lange 296f8b3540 small fix
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-06 13:47:12 -01:00
Maxence Lange 33931508dd getStreamHome on sqlite
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 22:53:54 -01:00
Maxence Lange 530faa3bab cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 22:00:23 -01:00
Maxence Lange 9f9e6a75ef retrieve displayName on cache refresh
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 21:56:52 -01:00
Maxence Lange b8c992738d cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 20:21:45 -01:00
Maxence Lange ae90cc6117 directly set parent on setIcon/setObject
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 20:21:37 -01:00
Maxence Lange 589e39b572 use cache instead to display account
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 20:19:59 -01:00
Maxence Lange a850153582 generate the entry in CacheDocuments and increment version
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 17:37:49 -01:00
Julius Härtl 554213c391
Reorder limit calls to fix sqlite query
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-05 18:21:46 +01:00
Maxence Lange a58dbbc3d5 replace rightJoin -> join
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 11:20:23 -01:00
Joas Schilling d1b8b283f2
fixup! Move over to Migrations 2018-12-05 13:17:33 +01:00
Maxence Lange dd2d591b68 nevermind, regression
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 10:54:19 -01:00
Maxence Lange ec0e6253a7 cleaning & fixing
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 10:38:16 -01:00
Julius Härtl 2059a5f6cd
Merge pull request #135 from nextcloud-gmbh/fix/do-not-follow-your-own-account
exception when following yourself
2018-12-05 11:44:19 +01:00
Maxence Lange 1ec454ee3b cleaning and fixing
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 09:08:45 -01:00
Julius Härtl 9d71a7b50c
Fix following and actor_info for account stream
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-05 10:49:44 +01:00
Maxence Lange 61a28c2171
get public messages from an account
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 09:53:24 +01:00
Maxence Lange 6af499a817
fill followId and confirm local followers
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 09:53:23 +01:00
Maxence Lange aa3d417edb
non case sensitive allowed ids
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 09:53:23 +01:00
Maxence Lange 1b222bf469
renaming
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 09:53:23 +01:00
Maxence Lange 2a47f895ad
issue with some headers
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 09:53:23 +01:00
Maxence Lange 89848f8510
allow 200 and 202 as a valid status
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 09:53:23 +01:00
Maxence Lange 1248d3fc80
limit on Accepted followers
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 09:53:23 +01:00
Maxence Lange 374f312102
logging in/out request
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 09:53:22 +01:00
Maxence Lange 3232df7a8c
exception when following yourself
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 09:35:33 +01:00
Roeland Jago Douma 1b00287cb4
Move over to Migrations
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 21:34:25 +01:00
Jan-Christoph Borchardt 64143fd105
Merge pull request #123 from nextcloud-gmbh/case-sensitive-requests
request with string id are now case insensitive
2018-12-04 19:18:25 +01:00
Jan-Christoph Borchardt ee6b6663f7
Merge pull request #114 from nextcloud-gmbh/validate-import
validate import on incoming request
2018-12-04 17:27:56 +01:00
Maxence Lange a7e0b2aba9
Merge branch 'master' into case-sensitive-requests 2018-12-04 13:51:36 -01:00
Julius Härtl c2282a0ab8
Merge pull request #113 from nextcloud-gmbh/save-activity
save Activity
2018-12-04 15:48:32 +01:00
Julius Härtl 3a08bf0c00
Merge pull request #120 from nextcloud-gmbh/details-on-followers
Details also when displaying followers of an account
2018-12-04 15:45:03 +01:00
Julius Härtl 236caae524
Merge pull request #122 from nextcloud-gmbh/more-404
returns 404 on non existant user/avatar
2018-12-04 15:39:09 +01:00
Maxence Lange 03fbf37252 404 Response on local api
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-04 13:15:30 -01:00
Maxence Lange c240faab18 timeout is defined depends on when the request is done
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-04 09:58:00 -01:00
Maxence Lange df240a8bc7 request with string id are now case insensitive
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-04 09:36:52 -01:00
Maxence Lange 69ed8f984b silent on missing signature (a remote account is deleted
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-04 09:13:49 -01:00
Maxence Lange 25550d5d4e returns 404 on non existant user/avatar
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-04 09:02:13 -01:00
Maxence Lange 0ce9d6fa6c Details also when displaying followers of an account
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-04 07:27:56 -01:00
Maxence Lange 4c82ab8612 validate entries
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 21:43:47 -01:00
Maxence Lange 9457e563e3 cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 21:07:34 -01:00
Maxence Lange 22a1e00a2a spliting ACore (ActivityPub Core methods) -> Item (model)
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 21:07:26 -01:00
Maxence Lange 55600ee628 save Activity
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 20:03:22 -01:00
Julius Härtl a08cd46123
Merge pull request #99 from nextcloud-gmbh/bugfix/noid/profile-info-view
Show list of followers/following on user profile
2018-12-03 13:37:10 +01:00
Julius Härtl e4529162db
Merge pull request #101 from nextcloud-gmbh/setupcheck
Setup check
2018-12-03 13:36:16 +01:00
Julius Härtl 0f69a61a09
Check for configured base URL as well
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03 12:41:22 +01:00
Maxence Lange e315a720a0 cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 10:33:04 -01:00
Maxence Lange f0c9af7e23 validate instead of direct get
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 10:32:51 -01:00
Julius Härtl 18ac6411f7
Add local flag to actor cache join
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03 11:41:04 +01:00
Julius Härtl 6f33b8372c
Cache avatars in the browser
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03 11:41:04 +01:00
Maxence Lange d16b1770fe
Merge pull request #102 from nextcloud-gmbh/check-origin
check origin on external request
2018-12-03 09:35:22 -01:00
Maxence Lange 0d03ef5ced origin is based on actorId
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 09:34:17 -01:00
Maxence Lange b5e1a8ea0d checking origin
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 09:09:19 -01:00
Julius Härtl bb100ea879
Add setup check for .well-known urls
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03 11:08:15 +01:00
Jonas Sulzer a89dc2819e
add check for .well-known/webfinger
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-12-03 11:07:22 +01:00
Maxence Lange a6f7faacbc set viewer and assign details
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 08:42:36 -01:00
Maxence Lange 7f33e8d187 fixing the array of details
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 07:39:10 -01:00
Julius Härtl 56fdde1b8b
Return defaults for details
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03 08:09:56 +01:00
Maxence Lange 7f747a0655
returns details about the followed, not the follower.
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 07:15:16 +01:00
Maxence Lange b5abb5d09c
fixing details
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 07:15:16 +01:00
Maxence Lange bf45757997
routes and methods
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 07:15:15 +01:00
Maxence Lange fdfb917066
fixing
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 07:15:15 +01:00
Maxence Lange 454237b5a8
add type to Note
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 07:14:47 +01:00
Maxence Lange f9f2b07d7e
Followers/Following
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03 07:14:39 +01:00
Maxence Lange c0cd42c6e3 fixing
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-02 10:10:16 -01:00
Maxence Lange c27f697f0a cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 10:21:11 -01:00
Maxence Lange 75447af767 Merge remote-tracking branch 'origin/more-for-local-accounts' into more-for-local-accounts
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 10:02:25 -01:00
Maxence Lange 8b9ca910ba fixing
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 09:59:16 -01:00
Maxence Lange ccf7433235 cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 09:57:49 -01:00
Maxence Lange 7d8e2b1065 setViewerId() to specify a PoV
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 09:57:35 -01:00
Maxence Lange 378a43d23e left join follow in search
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 09:56:54 -01:00
Maxence Lange 8a2fd1842b type in database for Follow
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 09:54:48 -01:00
Maxence Lange 011074646a
info about links between viewer/account
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 11:06:13 +01:00
Maxence Lange 06ad4230eb
count followers/following/posts on cache update
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 11:06:13 +01:00
Maxence Lange 2a7d07cdaa
fix
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 11:06:13 +01:00
Maxence Lange 7ea1ef3c01
generate details on account info
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 11:06:12 +01:00
Maxence Lange 1c5ce8c269
fixing
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 11:06:12 +01:00
Maxence Lange 56d87e9bdb
do not import Local
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 11:06:12 +01:00
Maxence Lange 54ce1b496a
details on Person
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 11:06:12 +01:00
Maxence Lange 93b7973cbd
almost looking for missing remote actors in cache
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 11:06:12 +01:00
Julius Härtl 6babe6385e
Merge pull request #76 from nextcloud-gmbh/frontend/search-design
Improve user search design
2018-11-29 21:53:41 +01:00
Maxence Lange 39ce6745e1 info about links between viewer/account
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 17:52:09 -01:00
Maxence Lange ead09b1085 count followers/following/posts on cache update
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 17:28:37 -01:00
Maxence Lange 58d4e075dd fix
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 16:48:20 -01:00
Maxence Lange c005273e1f generate details on account info
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 16:41:55 -01:00
Maxence Lange aaafa82b4b fixing
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 16:41:12 -01:00
Maxence Lange e7f5119e90 do not import Local
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 16:40:29 -01:00
Maxence Lange f2a97772e7 details on Person
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 16:39:55 -01:00
Maxence Lange 1bc3373b8f almost looking for missing remote actors in cache
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 13:31:08 -01:00
Julius Härtl f92290713a
Add proper NotFoundResponse if no avatar is available
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-29 14:24:00 +01:00
Julius Härtl 61b727d52e
Allow loading avatars from remote
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-29 13:59:51 +01:00
Julius Härtl 53b5cc29e7
Use avatar endpoint if no actor_info is available
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-29 13:57:21 +01:00
Maxence Lange 5627236d32
Revert "revert to CS"
This reverts commit c4fc3f0183897ecf26b1e8a9e4a18beb14a354d5.

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 13:57:21 +01:00
Maxence Lange 3d5ce46559
revert to CS
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 13:57:21 +01:00
Maxence Lange aa52cd8ee2
fixing exception+database
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 13:57:21 +01:00
Maxence Lange 4a0956b5ac
not sensitive case during getFromId
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29 13:57:21 +01:00
Julius Härtl 2ec04d611e
Add unified avatar endpoint to quickly fetch avatars
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-29 13:57:20 +01:00
Julius Härtl 01d4f83ccb
Fix handover of the final address to the frontend
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-29 10:04:15 +01:00
Jonas Sulzer 59a9a66914
autoconfigure CloudAddress
automatically do setCloudAddress() if overwrite.cli.url is set

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-11-29 10:04:15 +01:00
Maxence Lange f47ce64200
Merge branch 'master' into fix/security/filter-mimetype 2018-11-28 20:32:23 -01:00
Maxence Lange 5947535544 CACHE_TTL -> CACHING_TIMEOUT
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 20:30:45 -01:00
Maxence Lange 8102d81f91 Revert "CACHE_TTL -> CACHING_TIMEOUT"
This reverts commit fbaa3dd2cd.

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 20:29:28 -01:00
Maxence Lange ca247218b5
Merge pull request #70 from nextcloud-gmbh/features/cli/cacherefresh
retry-on-fail
2018-11-28 20:26:31 -01:00
Julius Härtl d69471957b
Link accounts inside of posts
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-28 21:24:33 +01:00
Maxence Lange 8b9217292d to avoid conflict, filters failing instance when processing queue
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 19:21:28 -01:00
Maxence Lange 9a042eea45 retry-on-fail by cron and cli
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 17:18:37 -01:00
Maxence Lange fbaa3dd2cd CACHE_TTL -> CACHING_TIMEOUT
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 14:52:31 -01:00
Maxence Lange 13d49b6ebe exception handling
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 14:39:25 -01:00
Maxence Lange 676ec5acce cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 14:27:38 -01:00
Maxence Lange 005a8c57d0 410 and gone signature/account
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 14:26:28 -01:00
Maxence Lange e8b80e8502 exception on 410
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 14:21:56 -01:00
Maxence Lange a3a2ac6dcc error must be 0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 14:17:23 -01:00
Maxence Lange 4c5450bd86 managing errors and exceptions
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 11:10:02 -01:00
Maxence Lange 1643206f5c retry for content after 5 minutes
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 11:08:39 -01:00
Maxence Lange 8b068521c8 return token on post creation
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 10:15:25 -01:00
Maxence Lange b27e31ad5d user agent in requests
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 10:08:07 -01:00
Maxence Lange 8382f1a9c3 cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 10:05:30 -01:00
Maxence Lange 63a1107178 cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 09:40:20 -01:00
Maxence Lange b36e56cee9 displays post with current user as author
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 09:39:31 -01:00
Maxence Lange 15358d0e47 cache actors
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 09:16:20 -01:00
Maxence Lange b06f3ffff1 cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-27 22:36:01 -01:00
Maxence Lange 3efe4a60cd direct stream will now display user's own post
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-27 18:48:30 -01:00
Maxence Lange b2a045cb69 queue and async
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-27 15:59:19 -01:00
Maxence Lange 6210a6ec96 add priority to instances
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-27 15:58:08 -01:00
Maxence Lange bb06cc1063 add Type to cached actor
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-27 15:55:24 -01:00
Maxence Lange bd1e0ee244 renaming/cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-27 15:54:08 -01:00
Maxence Lange a7451538d8 cache on-the-fly
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-27 15:13:37 -01:00
Maxence Lange 1999f06ada fix sql 2
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-27 14:13:10 -01:00
Maxence Lange 4354edbdb4 sql fix
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-27 13:19:38 -01:00