Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #33494 from nextcloud/enh/references | Julius Härtl | 2022-08-31 | 15 | -0/+1042 |
|\ | | | | | Backend for reference metadata fetching | ||||
| * | Inject all dependnencies and increase cache timeout | Julius Härtl | 2022-08-31 | 3 | -6/+12 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Refactor cache handling | Julius Härtl | 2022-08-31 | 9 | -35/+168 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Cleanup | Julius Härtl | 2022-08-31 | 11 | -53/+131 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Limit preview file size | Julius Härtl | 2022-08-31 | 1 | -2/+10 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Move registration to IBootstrap | Julius Härtl | 2022-08-31 | 4 | -16/+73 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Add full public interfaces | Julius Härtl | 2022-08-31 | 7 | -10/+150 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Implement image caching | Julius Härtl | 2022-08-31 | 3 | -3/+55 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Add cache invalidation | Julius Härtl | 2022-08-31 | 1 | -10/+41 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Implement reference provider based caching | Julius Härtl | 2022-08-31 | 4 | -13/+56 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Make reference fetching configurable | Julius Härtl | 2022-08-31 | 2 | -10/+14 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | API for fetching reference metadata | Julius Härtl | 2022-08-31 | 7 | -0/+490 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #33756 from nextcloud/enh/noid/admin-settings-directly | Simon L | 2022-08-31 | 1 | -10/+30 |
|\ \ | |/ |/| | add a way to open the admin settings overview directly | ||||
| * | add a better icon for personal settings | szaimen | 2022-08-31 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
| * | add a way to open the admin settings overview directly | szaimen | 2022-08-30 | 1 | -10/+30 |
| | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
* | | Merge pull request #33728 from nextcloud/enh/app-menu-vue | Julius Härtl | 2022-08-31 | 1 | -0/+1 |
|\ \ | | | | | | | Move app menu to vue | ||||
| * | | Move app menu to vue | Julius Härtl | 2022-08-31 | 1 | -0/+1 |
| |/ | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* / | Fix wording of undeliverable push notifications | Joas Schilling | 2022-08-31 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typing | Côme Chilliet | 2022-08-30 | 18 | -168/+481 |
|\ | | | | | Port Repair and Migrator events to IEventDispatcher | ||||
| * | Flag repair errors as error level in eventSource->send | Côme Chilliet | 2022-08-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Parameter of RepairAdvanceEvent is actually an increment, not a step id | Côme Chilliet | 2022-08-25 | 3 | -8/+7 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Declare strict types in all new Event classes | Côme Chilliet | 2022-08-25 | 8 | -0/+24 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Add void return types to callables | Côme Chilliet | 2022-08-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 16 | -128/+385 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Migrate Migrator::executeSql to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 5 | -12/+66 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Remove listeners of \OC\DB\Migrator::checkTable which is never emitted | Côme Chilliet | 2022-08-25 | 1 | -6/+0 |
| | | | | | | | | | | | | See commit a2f3077ee802b4b291ba4f846bfceb69ec0f225f from PR #24384 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Moving to string key for arguments of GenericEvent in Repair | Côme Chilliet | 2022-08-25 | 3 | -23/+19 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Switch to string keys for argument of GenericEvent for OC\DB\Migrator | Côme Chilliet | 2022-08-25 | 2 | -23/+12 |
| | | | | | | | | | | | | It seems checkTable is actually never dispatched? Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #33697 from nextcloud/fix/improve-bulk-upload | Côme Chilliet | 2022-08-30 | 3 | -0/+91 |
|\ \ | | | | | | | Improve bulk upload and add a config switch for it | ||||
| * | | Add DavUtil to autoloader | Côme Chilliet | 2022-08-30 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Move dav utils functions to OCP\Files\DavUtil | Côme Chilliet | 2022-08-30 | 2 | -49/+89 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Fix OCP\Util documentation blocks | Côme Chilliet | 2022-08-29 | 1 | -0/+8 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Move Dav fileid and permissions logic into OCP\Util to be able to use it for ↵ | Côme Chilliet | 2022-08-29 | 1 | -0/+41 |
| |/ | | | | | | | | | | | BulkUpload Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | remove leading slash for search results at mountpoint root | Robin Appelman | 2022-08-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #33500 from nextcloud/encryption-system-mount | Vincent Petry | 2022-08-29 | 4 | -43/+40 |
|\ \ | | | | | | | add marker interface to mark system mount points for encryption | ||||
| * | | add marker interface to mark system mount points for encryption | Robin Appelman | 2022-08-25 | 4 | -43/+40 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-08-29 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #33694 from nextcloud/fix/load-themedir-dist | John Molakvoæ | 2022-08-28 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | Make it possible to load theme/<themename>/dist | Carl Schwan | 2022-08-26 | 1 | -1/+3 |
| | |/ | |/| | | | | | | | | | | | | | | | | This fix a regression with the theming api following the change in webpack bundling introduced in 24 Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-08-27 | 2 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Make it possible to load theme/<themename>/dist | Carl Schwan | 2022-08-26 | 1 | -1/+3 |
|/ / | | | | | | | | | | | | | This fix a regression with the theming api following the change in webpack bundling introduced in 24 Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Add back TokenCleanupJob to invalidate old temporary tokens | Thomas Citharel | 2022-08-25 | 6 | -0/+96 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Merge pull request #33682 from nextcloud/fix/noid/help-page-unavailable | blizzz | 2022-08-25 | 1 | -1/+1 |
|\ \ | | | | | | | Fix opening Help page throwing Exception | ||||
| * | | app_path cannot be empty | Arthur Schiwon | 2022-08-24 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #33602 from nextcloud/perf/parent-node | Julius Härtl | 2022-08-25 | 3 | -12/+25 |
|\ \ | |||||
| * | | Only pass parent if paths match | Julius Härtl | 2022-08-24 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | As the user folder might be initialized by the root from two levels down the hierarchy, passing this as a parent only works if the path matches Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Save getting the parent node when generating the preview | Julius Härtl | 2022-08-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Avoid extra query for the parent node if we can pass it along | Julius Härtl | 2022-08-24 | 2 | -9/+20 |
| |/ | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #33569 from nextcloud/enh/hide-projects | Julius Härtl | 2022-08-25 | 1 | -0/+2 |
|\ \ | |/ |/| | Add config option to hide deprecated projects in sharing tab by default | ||||
| * | Hide deprecated projects in sharing tab by default | Christopher Ng | 2022-08-18 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> |