summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Always try and show pre rendered previewScott Dutton2020-08-131-4/+5
* Merge pull request #22202 from nextcloud/enh/noid/cleanup-servercontainerMorris Jobke2020-08-131-125/+83
|\
| * Add @deprecated labels for server DI containter aliasesMorris Jobke2020-08-131-0/+64
| * Use registerDeprecatedAlias for non-namespaced aliasesMorris Jobke2020-08-131-3/+3
| * Use autowiring where possible in server containerMorris Jobke2020-08-131-125/+19
* | Merge pull request #22205 from nextcloud/activity-settings-cleanupMorris Jobke2020-08-131-0/+17
|\ \
| * | merge file activity settings into a single 'favorite changed' itemRobin Appelman2020-08-131-0/+17
| |/
* | Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-eventMorris Jobke2020-08-132-10/+34
|\ \ | |/ |/|
| * Emit an event for every disabled 2FA provider during cleanupChristoph Wurst2020-06-162-10/+34
* | Generate password by password_policy appDaniel Kesselberg2020-08-111-2/+1
* | 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
| |/ / / / / |/| | | | |