summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21738 from nextcloud/techdebt/14552/migrate-OC_Group-post...Morris Jobke2020-08-075-16/+36
|\
| * 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-304-10/+23
* | 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
* | | Merge pull request #20741 from nextcloud/enh/appstore/unstableJohn Molakvoæ2020-08-0710-39/+60
|\ \ \
| * | | Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-0710-39/+60
|/ / /
* | | Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbinblizzz2020-08-077-97/+59
|\ \ \
| * | | Use IBootstrap for the files_trashbin appMorris Jobke2020-07-237-97/+59
* | | | Merge pull request #21037 from nextcloud/login-credentails-saveblizzz2020-08-075-26/+181
|\ \ \ \
| * | | | Move event listener to dedicated classMorris Jobke2020-07-302-22/+67
| * | | | update saved credentials on password changeRobin Appelman2020-07-301-1/+27
| * | | | remove saved credentails if the user no longer has any storage configured usi...Robin Appelman2020-07-303-4/+82
| * | | | Only save login credentials in database once there is an external storage tha...Robin Appelman2020-07-301-23/+29
| | |_|/ | |/| |
* | | | 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-076-3/+427
|\ \ \ \ \
| * | | | | Use array_filter insteadMorris Jobke2020-08-071-10/+9
| * | | | | Add tests for occ preview:migrate - initial check for empty directoriesMorris Jobke2020-08-071-0/+141
| * | | | | Add occ preview:migrate to migrate previews from the old flat structure to a ...Morris Jobke2020-08-065-3/+287
* | | | | | Merge pull request #22137 from nextcloud/enh/noid/file-entity-iconMorris Jobke2020-08-071-1/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | File entity to implement IIconArthur Schiwon2020-08-071-1/+9
| |/ / / /
* | | | | Merge pull request #22063 from nextcloud/enh/22033/multibucket-appdata-previewsMorris Jobke2020-08-0711-1/+415
|\ \ \ \ \
| * | | | | Add config option to enable multibucket preview distributionMorris Jobke2020-08-064-23/+50
| * | | | | 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-063-3/+165
| * | | | | Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke2020-08-069-1/+226
| |/ / / /
* / / / / [tx-robot] updated from transifexNextcloud bot2020-08-0736-8/+178
|/ / / /
* | | | Merge pull request #21173 from nextcloud/design/navigation-installJohn Molakvoæ2020-08-061-3/+3
|\ \ \ \
| * | | | Fix empty 'more' apps navigation after installing an appJan-Christoph Borchardt2020-08-051-3/+3
* | | | | Merge pull request #22112 from nextcloud/enh/noid/flow-entity-recreatable-stateMorris Jobke2020-08-065-8/+121
|\ \ \ \ \
| * | | | | Flow File entity implements IContextPortationArthur Schiwon2020-08-052-8/+60
| * | | | | 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-0626-101/+470
|\ \ \ \ \ \
| * | | | | | Dashboard app is disabled and there is no need to redirect to files appMorris Jobke2020-08-051-1/+1
| * | | | | | Bump bundlesJulius Härtl2020-08-054-5/+5
| * | | | | | Fix drag behavior in modalJulius Härtl2020-08-051-17/+11
| * | | | | | Fix php cs checkJulius Härtl2020-08-054-6/+4
| * | | | | | Add dashboard to app info xsdJulius Härtl2020-08-052-0/+2
| * | | | | | Dashboard: Fix full height of Widgets based on new componentJan C. Borchardt2020-08-051-1/+1
| * | | | | | Add first run hintJulius Härtl2020-08-052-5/+44
| * | | | | | Make header the drag handlerJulius Härtl2020-08-051-1/+1
| * | | | | | Load sidebar on dashboardJulius Härtl2020-08-053-6/+11
| * | | | | | Refactor API to match the widget wordingJulius Härtl2020-08-057-50/+50
| * | | | | | Fix default heightJulius Härtl2020-08-051-1/+1
| * | | | | | Allow default app to be overwritten by user configJulius Härtl2020-08-051-2/+14
| * | | | | | Fix default order of widgetsJulius Härtl2020-08-051-1/+1
| * | | | | | Status integrationJulius Härtl2020-08-054-9/+101