summaryrefslogtreecommitdiffstats
path: root/lib/Db/NotesRequest.php
AgeCommit message (Collapse)Author
2019-05-16Notes -> StreamMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-08Refresh on the SQL migrationsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-06add actor_info on getNoteById()Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-06+limitToTypeMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-06cleaning and renamingMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-06cleaning/merging to masterMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-03generate SocialAppNotification in stream database on new followerMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-03managing Notifications in the notification steamMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-03add action field to everyone streamMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-03fixing boostMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-03Returns if a post is boosted, and allow unboostMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-03-14Merge pull request #352 from nextcloud/feature/noid/attachmentsMaxence Lange
Incoming Attachments.
2019-03-05fixing & cleaningMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-03-05Merge branch 'master' into feature/noid/attachmentsMaxence Lange
2019-03-05generate id_prim on new insertMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-02-22boost creationMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-02-21Merge branch 'master' into feature/noid/announceMaxence Lange
2019-02-11Delete on Actor delete also Note from this ActorMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-02-05Fix setting hashtags when creating a postJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-05limit to viewable notesMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-02-05fill the server_hashtags with hashtags and trendsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-02-05get stream for hashtagMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-02-05save hashtags and get from databaseMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-01-26object returned in the streamMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-01-24activityId is saved in db for streamable objectsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-01-24implementing caching for incoming requestMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-01-19add attachment and parent_id fieldMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-21Merge pull request #217 from nextcloud/bugfix/207/revert-and-switch-to-textMaxence Lange
varchar->text
2018-12-20unused importMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19cleaningMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19Merge branch 'master' into framework-import-process+activityMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-13moving stuff aroundMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-12varchar->textMaxence Lange
2018-12-10Merge branch 'master' into bigger-field-for-sourceMaxence Lange
2018-12-10sizeof -> strlenMaxence Lange
2018-12-10check size of source entry before insert in databaseMaxence Lange
2018-12-08removing useless getLastInsertId()Maxence Lange
2018-12-06marking TODOMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-06moving Person $actor around instead of $actorIdMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05getStreamHome on sqliteMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05Reorder limit calls to fix sqlite queryJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-05Fix following and actor_info for account streamJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-05get public messages from an accountMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05limit on Accepted followersMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-03add type to NoteMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-29count followers/following/posts on cache updateMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28displays post with current user as authorMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28cache actorsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-22Load streams with paginationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-22improvement on the DbMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>