aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22104 from nextcloud/enh/search/make-app-handle-the-order...Joas Schilling2020-08-055-7/+64
|\
| * Hand in the route and the parameters of the requestJoas Schilling2020-08-055-9/+62
| * Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-052-4/+8
* | Merge pull request #21138 from nextcloud/fix/noid/search-in-group-displayname...Morris Jobke2020-08-051-6/+18
|\ \
| * | Search also the email and displayname in user mangement for groupsMorris Jobke2020-08-051-6/+18
* | | Merge pull request #22106 from nextcloud/feature/noid/user_status_apiMorris Jobke2020-08-057-0/+308
|\ \ \
| * | | Provide a PHP Api for UserStatusGeorg Ehrke2020-08-057-0/+308
* | | | Merge pull request #22099 from nextcloud/fix/unified-searchJohn Molakvoæ2020-08-0512-45/+88
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,...John Molakvoæ (skjnldsv)2020-08-0411-42/+88
| * | Remove outdated legacy search scriptsJohn Molakvoæ (skjnldsv)2020-08-041-3/+0
* | | Merge pull request #22097 from nextcloud/enh/noid/empty-templateMorris Jobke2020-08-051-0/+5
|\ \ \
| * | | Add base renderAs templateJulius Härtl2020-08-041-0/+5
* | | | IAddressBook: add isShared and isSystemAddressBookGeorg Ehrke2020-08-051-0/+15
| |/ / |/| |
* | | Merge pull request #22057 from nextcloud/fix/20009/contactsmenu-limit-usersMorris Jobke2020-08-033-9/+23
|\ \ \
| * | | contactsmanager shall limit number of results earlyArthur Schiwon2020-07-313-9/+23
* | | | Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-035-17/+58
| |_|/ |/| |
* | | Add user-status appGeorg Ehrke2020-07-314-4/+107
* | | Merge pull request #22060 from nextcloud/trashbin-s3-fixesMorris Jobke2020-07-311-1/+5
|\ \ \
| * | | dont update mimetype when moving to trashRobin Appelman2020-07-301-1/+5
| |/ /
* / / fix instanceof ISettings check for activity settingsRobin Appelman2020-07-301-1/+1
|/ /
* | Merge pull request #21993 from nextcloud/fix/lower_route_not_found_levelJoas Schilling2020-07-301-1/+1
|\ \
| * | Log the route not found exception on a lower levelRoeland Jago Douma2020-07-241-1/+1
* | | Correctly remove usergroup shares on removing group membersJoas Schilling2020-07-305-2/+56
* | | Merge pull request #22034 from nextcloud/bugfix/noid/parse-url-returns-nullJoas Schilling2020-07-291-1/+1
|\ \ \
| * | | parse_url returns null in case a parameter is not foundJoas Schilling2020-07-291-1/+1
* | | | Merge pull request #21542 from nextcloud/activity-notificationsMorris Jobke2020-07-2910-6/+220
|\ \ \ \ | |/ / / |/| | |
| * | | implement old settings interfaceRobin Appelman2020-07-242-4/+26
| * | | build autoloaderRobin Appelman2020-07-215-3/+11
| * | | improve default notification fallbackRobin Appelman2020-07-211-1/+1
| * | | basic settings system for activity notificationsRobin Appelman2020-07-218-7/+191
* | | | [tx-robot] updated from transifexNextcloud bot2020-07-292-2/+2
* | | | Fix overwriteService() for appsJoas Schilling2020-07-281-1/+6
* | | | [tx-robot] updated from transifexNextcloud bot2020-07-272-0/+8
* | | | [tx-robot] updated from transifexNextcloud bot2020-07-252-8/+8
| |/ / |/| |
* | | Merge pull request #21977 from onehappycat/issue_21960Morris Jobke2020-07-241-0/+3
|\ \ \
| * | | Ignore whitespace in sharing by mailonehappycat2020-07-231-0/+3
* | | | Move NotFoundResponse to a proper TemplateResponseJulius Härtl2020-07-242-22/+10
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2020-07-242-0/+60
|/ /
* | Merge pull request #21814 from nextcloud/techdebt/noid/federated_share_added-...Morris Jobke2020-07-231-1/+3
|\ \
| * | Move federated_share_added into a typed eventMorris Jobke2020-07-231-1/+3
* | | Merge pull request #21628 from nextcloud/external-to-s3-trashbin-fixMorris Jobke2020-07-233-18/+32
|\ \ \
| * | | fix renameFromStorage messing with folder mimetypeRobin Appelman2020-07-231-7/+10
| * | | use exceptions for error signaling in writeStreamRobin Appelman2020-07-232-5/+19
| * | | fix moving files from external storage to object store trashbinRobin Appelman2020-07-231-9/+6
| |/ /
* | | Fix header logo size in notification mailsSimon Spannagel2020-07-231-2/+3
* | | Allow user backends to specify a custom logout urlRoeland Jago Douma2020-07-234-0/+53
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-07-232-0/+4
* | Merge pull request #21870 from nextcloud/fix/bootstrap-context-container-inte...Morris Jobke2020-07-223-8/+7
|\ \
| * | Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-213-11/+9
| * | Make the bootstrap context return ContainerInterface instancesChristoph Wurst2020-07-214-15/+16
| |/