aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Generate password by password_policy appDaniel Kesselberg2020-08-111-2/+1
* Merge pull request #22117 from nextcloud/activity-settings-groupingMorris Jobke2020-08-114-7/+39
|\
| * allow grouping of activity settingsRobin Appelman2020-08-054-7/+39
* | Merge pull request #22169 from nextcloud/enh/noid/prefer-typed-eventsMorris Jobke2020-08-112-2/+2
|\ \
| * | Prefer typed event over string based onesMorris Jobke2020-08-102-2/+2
* | | Add PHP doc for eventsMorris Jobke2020-08-1014-3/+35
|/ /
* | Merge pull request #21738 from nextcloud/techdebt/14552/migrate-OC_Group-post...Morris Jobke2020-08-074-15/+26
|\ \
| * | Add proper deprecation messageMorris Jobke2020-08-071-1/+4
| * | Deprecate BeforeUserRemovedEvent because it can't be triggered in all casesMorris Jobke2020-07-301-0/+4
| * | 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-303-9/+13
* | | 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-073-3/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Add occ preview:migrate to migrate previews from the old flat structure to a ...Morris Jobke2020-08-063-3/+5
* | | | 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-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