summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22117 from nextcloud/activity-settings-groupingMorris Jobke2020-08-113-7/+27
|\
| * allow grouping of activity settingsRobin Appelman2020-08-053-7/+27
* | Prefer typed event over string based onesMorris Jobke2020-08-102-2/+2
* | Merge pull request #21738 from nextcloud/techdebt/14552/migrate-OC_Group-post...Morris Jobke2020-08-072-12/+16
|\ \
| * | User.php: rename of old dispatcher to legacyDispatcherMorris Jobke2020-07-301-11/+11
| * | Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke2020-07-302-6/+10
* | | Merge pull request #22139 from nextcloud/fix/noid/check-for-preview-multibuck...Morris Jobke2020-08-071-9/+14
|\ \ \
| * | | Check previews in multibucket fallback folder as the last step and not as fir...Morris Jobke2020-08-071-9/+14
* | | | Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-073-13/+25
* | | | Merge pull request #22133 from nextcloud/boot-app-onceMorris Jobke2020-08-071-0/+8
|\ \ \ \
| * | | | only boot apps onceRobin Appelman2020-08-071-0/+8
| | |_|/ | |/| |
* | | | Merge pull request #22135 from nextcloud/enh/noid/occ-preview-repairMorris Jobke2020-08-071-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Add occ preview:migrate to migrate previews from the old flat structure to a ...Morris Jobke2020-08-061-3/+3
* | | | Add config option to enable multibucket preview distributionMorris Jobke2020-08-062-9/+12
* | | | Use fixed preview buckets that are postfixed with -preview-NUMBERMorris Jobke2020-08-061-2/+2
* | | | Mount the old previews in a separate folder for the multi bucket setup and ch...Morris Jobke2020-08-062-3/+59
* | | | Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke2020-08-066-1/+179
|/ / /
* | | Merge pull request #21598 from nextcloud/enh/20930/dashboard-dragJohn Molakvoæ2020-08-063-26/+37
|\ \ \
| * | | Fix php cs checkJulius Härtl2020-08-051-1/+0
| * | | Refactor API to match the widget wordingJulius Härtl2020-08-052-24/+24
| * | | 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-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
|\ \ \ \ | |/ / / |/| | |