summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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-053-6/+48
|\ \ \ \ \ \
| * | | | | | Hand in the route and the parameters of the requestJoas Schilling2020-08-053-7/+47
| * | | | | | Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-3/+5
| | |_|/ / / | |/| | | |
* | | | | | 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-052-0/+107
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Provide a PHP Api for UserStatusGeorg Ehrke2020-08-052-0/+107
* | | | | | | Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,...John Molakvoæ (skjnldsv)2020-08-045-29/+58
* | | | | | | Remove outdated legacy search scriptsJohn Molakvoæ (skjnldsv)2020-08-041-3/+0
|/ / / / / /
* | | | | | Merge pull request #22057 from nextcloud/fix/20009/contactsmenu-limit-usersMorris Jobke2020-08-032-7/+19
|\ \ \ \ \ \
| * | | | | | contactsmanager shall limit number of results earlyArthur Schiwon2020-07-312-7/+19
* | | | | | | Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-033-16/+26
| |/ / / / / |/| | | | |
* | | | | | Add user-status appGeorg Ehrke2020-07-311-4/+4
* | | | | | 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-302-1/+48
* | | | 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-294-3/+92
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | implement old settings interfaceRobin Appelman2020-07-241-3/+5
| * | | | build autoloaderRobin Appelman2020-07-212-2/+4
| * | | | basic settings system for activity notificationsRobin Appelman2020-07-214-4/+89
* | | | | Fix overwriteService() for appsJoas Schilling2020-07-281-1/+6
| |/ / / |/| | |
* | | | 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-241-9/+8
|/ / / /
* | | | 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-231-0/+8
|/ / / /
* | | | Merge pull request #21870 from nextcloud/fix/bootstrap-context-container-inte...Morris Jobke2020-07-222-6/+6
|\ \ \ \
| * | | | Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-5/+5
| * | | | Make the bootstrap context return ContainerInterface instancesChristoph Wurst2020-07-212-11/+11
| |/ / /
* | | | Merge pull request #21658 from nextcloud/trashbin-configurable-sizeMorris Jobke2020-07-211-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | allow admin to configure the max trashbin sizeRobin Appelman2020-07-071-1/+3
* | | | Merge pull request #21875 from nextcloud/techdebt/deprecate-iloggerMorris Jobke2020-07-201-0/+36
|\ \ \ \
| * | | | Deprecate ILoggerChristoph Wurst2020-07-161-0/+36
* | | | | Merge pull request #21850 from nextcloud/techdebt/noid/register-alternative-l...Morris Jobke2020-07-202-2/+72
|\ \ \ \ \
| * | | | | Allow to register AlternativeLogin on RegistrationContextJoas Schilling2020-07-162-2/+72
* | | | | | Merge pull request #21880 from nextcloud/webauthn/discourage_user_authMorris Jobke2020-07-201-2/+7
|\ \ \ \ \ \