Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | User.php: rename of old dispatcher to legacyDispatcher | Morris Jobke | 2020-07-30 | 1 | -11/+11 | |
| * | | | | Migrate OC_Group post_removeFromGroup hook to actual event object | Morris Jobke | 2020-07-30 | 4 | -10/+23 | |
* | | | | | Merge pull request #22139 from nextcloud/fix/noid/check-for-preview-multibuck... | Morris Jobke | 2020-08-07 | 1 | -9/+14 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Check previews in multibucket fallback folder as the last step and not as fir... | Morris Jobke | 2020-08-07 | 1 | -9/+14 | |
* | | | | | Merge pull request #20741 from nextcloud/enh/appstore/unstable | John Molakvoæ | 2020-08-07 | 10 | -39/+60 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow to update to nightly | John Molakvoæ (skjnldsv) | 2020-08-07 | 10 | -39/+60 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbin | blizzz | 2020-08-07 | 7 | -97/+59 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use IBootstrap for the files_trashbin app | Morris Jobke | 2020-07-23 | 7 | -97/+59 | |
* | | | | | | Merge pull request #21037 from nextcloud/login-credentails-save | blizzz | 2020-08-07 | 5 | -26/+181 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Move event listener to dedicated class | Morris Jobke | 2020-07-30 | 2 | -22/+67 | |
| * | | | | | | update saved credentials on password change | Robin Appelman | 2020-07-30 | 1 | -1/+27 | |
| * | | | | | | remove saved credentails if the user no longer has any storage configured usi... | Robin Appelman | 2020-07-30 | 3 | -4/+82 | |
| * | | | | | | Only save login credentials in database once there is an external storage tha... | Robin Appelman | 2020-07-30 | 1 | -23/+29 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #22133 from nextcloud/boot-app-once | Morris Jobke | 2020-08-07 | 1 | -0/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | only boot apps once | Robin Appelman | 2020-08-07 | 1 | -0/+8 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #22135 from nextcloud/enh/noid/occ-preview-repair | Morris Jobke | 2020-08-07 | 6 | -3/+427 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use array_filter instead | Morris Jobke | 2020-08-07 | 1 | -10/+9 | |
| * | | | | | | Add tests for occ preview:migrate - initial check for empty directories | Morris Jobke | 2020-08-07 | 1 | -0/+141 | |
| * | | | | | | Add occ preview:migrate to migrate previews from the old flat structure to a ... | Morris Jobke | 2020-08-06 | 5 | -3/+287 | |
* | | | | | | | Merge pull request #22137 from nextcloud/enh/noid/file-entity-icon | Morris Jobke | 2020-08-07 | 1 | -1/+9 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | File entity to implement IIcon | Arthur Schiwon | 2020-08-07 | 1 | -1/+9 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #22063 from nextcloud/enh/22033/multibucket-appdata-previews | Morris Jobke | 2020-08-07 | 11 | -1/+415 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add config option to enable multibucket preview distribution | Morris Jobke | 2020-08-06 | 4 | -23/+50 | |
| * | | | | | | Use fixed preview buckets that are postfixed with -preview-NUMBER | Morris Jobke | 2020-08-06 | 1 | -2/+2 | |
| * | | | | | | Mount the old previews in a separate folder for the multi bucket setup and ch... | Morris Jobke | 2020-08-06 | 3 | -3/+165 | |
| * | | | | | | Distribute preview folders in appdata in multibucket setup to multiple buckets | Morris Jobke | 2020-08-06 | 9 | -1/+226 | |
| |/ / / / / | ||||||
* / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-07 | 36 | -8/+178 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #21173 from nextcloud/design/navigation-install | John Molakvoæ | 2020-08-06 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix empty 'more' apps navigation after installing an app | Jan-Christoph Borchardt | 2020-08-05 | 1 | -3/+3 | |
* | | | | | | Merge pull request #22112 from nextcloud/enh/noid/flow-entity-recreatable-state | Morris Jobke | 2020-08-06 | 5 | -8/+121 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Flow File entity implements IContextPortation | Arthur Schiwon | 2020-08-05 | 2 | -8/+60 | |
| * | | | | | | Enable Flow entities to recreate state if necessary | Arthur Schiwon | 2020-08-05 | 3 | -0/+61 | |
* | | | | | | | Merge pull request #21598 from nextcloud/enh/20930/dashboard-drag | John Molakvoæ | 2020-08-06 | 26 | -101/+470 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Dashboard app is disabled and there is no need to redirect to files app | Morris Jobke | 2020-08-05 | 1 | -1/+1 | |
| * | | | | | | | Bump bundles | Julius Härtl | 2020-08-05 | 4 | -5/+5 | |
| * | | | | | | | Fix drag behavior in modal | Julius Härtl | 2020-08-05 | 1 | -17/+11 | |
| * | | | | | | | Fix php cs check | Julius Härtl | 2020-08-05 | 4 | -6/+4 | |
| * | | | | | | | Add dashboard to app info xsd | Julius Härtl | 2020-08-05 | 2 | -0/+2 | |
| * | | | | | | | Dashboard: Fix full height of Widgets based on new component | Jan C. Borchardt | 2020-08-05 | 1 | -1/+1 | |
| * | | | | | | | Add first run hint | Julius Härtl | 2020-08-05 | 2 | -5/+44 | |
| * | | | | | | | Make header the drag handler | Julius Härtl | 2020-08-05 | 1 | -1/+1 | |
| * | | | | | | | Load sidebar on dashboard | Julius Härtl | 2020-08-05 | 3 | -6/+11 | |
| * | | | | | | | Refactor API to match the widget wording | Julius Härtl | 2020-08-05 | 7 | -50/+50 | |
| * | | | | | | | Fix default height | Julius Härtl | 2020-08-05 | 1 | -1/+1 | |
| * | | | | | | | Allow default app to be overwritten by user config | Julius Härtl | 2020-08-05 | 1 | -2/+14 | |
| * | | | | | | | Fix default order of widgets | Julius Härtl | 2020-08-05 | 1 | -1/+1 | |
| * | | | | | | | Status integration | Julius Härtl | 2020-08-05 | 4 | -9/+101 | |
| * | | | | | | | Expose firstRun parameter to frontend | Julius Härtl | 2020-08-05 | 2 | -0/+4 | |
| * | | | | | | | Only show display name if set | Julius Härtl | 2020-08-05 | 1 | -6/+8 | |
| * | | | | | | | WIP: drag and drop in modal | Julius Härtl | 2020-08-05 | 1 | -4/+23 |