summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke2020-08-069-1/+226
* Merge pull request #22112 from nextcloud/enh/noid/flow-entity-recreatable-stateMorris Jobke2020-08-063-0/+61
|\
| * Enable Flow entities to recreate state if necessaryArthur Schiwon2020-08-053-0/+61
* | Merge pull request #21598 from nextcloud/enh/20930/dashboard-dragJohn Molakvoæ2020-08-069-46/+57
|\ \
| * | Fix php cs checkJulius Härtl2020-08-053-5/+4
| * | Refactor API to match the widget wordingJulius Härtl2020-08-056-40/+40
| * | Allow default app to be overwritten by user configJulius Härtl2020-08-051-2/+14
| * | Set Dashboard as default appJan C. Borchardt2020-08-051-1/+1
* | | Merge pull request #21677 from J0WI/clearstatcache-on-rmdirMorris Jobke2020-08-051-2/+4
|\ \ \
| * | | Only clear the realpath cacheJ0WI2020-07-031-2/+2
| * | | clearstatcache() on rmdirJ0WI2020-07-031-0/+2
* | | | Merge pull request #22008 from elijahnyp/OCImage_Leak_FixMorris Jobke2020-08-051-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Use class that actually has the destroy() method in preview generatorMorris Jobke2020-08-051-1/+1
| * | | fix memory leak caused by not destroying image in Preview/Generate.phpElijah Martin-Merrill2020-07-271-0/+6
* | | | 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