summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [tx-robot] updated from transifexNextcloud bot2022-03-076-2/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-0610-4/+70
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-0510-0/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-0442-60/+60
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-032-8/+4
|/ | | | | | | | A link to the Nextcloud documentation is currently only shown when the OPcache module is not loaded at all. This commit moves the link to the generic text above the individual recommendations list. Additionally remove the obsolete phpOpcacheDocumentation entry from test data arrays, which is not passed anymore by the backend. Signed-off-by: MichaIng <micha@dietpi.com>
* [tx-robot] updated from transifexNextcloud bot2022-03-032-36/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31354 from nextcloud/fix/caching-avatarCarl Schwan2022-03-011-1/+1
|\ | | | | Fix caching of the user avatar
| * Fix caching of the user avatarCarl Schwan2022-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | Now on firefox/safari it is only refetched once a day. On Chrom{e,ium} we keep the previous behavior of maybe refetching it more often. This also notify the user about this behavior when they upload an avatar picture. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #31304 from nextcloud/feature/dry_run_for_add_indicesChristoph Wurst2022-02-283-37/+130
|\ \ | | | | | | Add --dry-run option for add-missing-* cmd
| * | Add --dry-run option for db:add-missing-* cmdLouis Chemineau2022-02-243-37/+130
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | [tx-robot] updated from transifexNextcloud bot2022-02-282-38/+50
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-02-272-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-02-262-2/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix missing focus highlight for guest buttonsJoas Schilling2022-02-251-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #31219 from nextcloud/fix/performance-db-convertblizzz2022-02-241-15/+25
|\ \ \ | | | | | | | | Improve performance when converting between DBs
| * | | Improve performance when converting between DBsCarl Schwan2022-02-161-15/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a transaction when doing multiple inserts increase the writing speed. Ref: https://stackoverflow.com/a/68495887 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | [tx-robot] updated from transifexNextcloud bot2022-02-2420-22/+62
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | store mountprovider for each mount in the mounts tableRobin Appelman2022-02-231-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2022-02-23134-774/+78
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-02-222-0/+4
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-02-214-0/+24
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #31141 from nextcloud/fix/better-cache-policyCarl Schwan2022-02-171-2/+4
|\ \ | | | | | | Improve caching policy use immutable when loading versionned assets
| * | Improve caching policyCarl Schwan2022-02-161-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cache css with version in url. This makes most js and css requests to be cached by the browser * Force caching previews, the etag is in the url so that if the propfind gives a new etag, we will refresh it otherwise it's no use to try to fetch the new etag and do tons of DB queries Tested with firefox and 'debug' => false (important so that the js/css urls are generated with ?v= parameter) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #31213 from nextcloud/fix/target-unsetCarl Schwan2022-02-171-2/+2
|\ \ \ | | | | | | | | Fix target attribute does not exists
| * | | Fix target attribute does not existsCarl Schwan2022-02-161-2/+2
| | |/ | |/| | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* / | [tx-robot] updated from transifexNextcloud bot2022-02-174-0/+10
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Target_Blank option to open External linkschristophe canovas2022-02-152-2/+4
| | | | | | | | | | Signed-off-by: christophe canovas <christophecanovas66@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-152-12/+70
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-142-58/+100
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-122-0/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-112-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31042 from nextcloud/enh/direct_edit_indexVincent Petry2022-02-103-0/+21
|\ | | | | Add index for direct editing cleanup job
| * Add index for direct editing cleanup jobJulius Härtl2022-02-073-0/+21
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #31077 from nextcloud/revert/public-page-changesSimon L2022-02-101-30/+10
|\ \ | | | | | | Revert the 'broken' public page changes
| * | Revert "Improve layout for the public download page"Carl Schwan2022-02-101-21/+10
| | | | | | | | | | | | | | | | | | This reverts commit 2e55ce089954bdab483cb1564a4b00b79b705346. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Revert "Fix loading of the text app in public shared links"Carl Schwan2022-02-101-12/+3
| | | | | | | | | | | | | | | | | | This reverts commit d3d117c4a874eb8803fb043b2b011d8732b2709f. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #30981 from nextcloud/fix/30936/ldap-dup-uuid-migrationblizzz2022-02-101-0/+1
|\ \ \ | | | | | | | | Fix duplicated UUID migration issue
| * | | Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon2022-02-101-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2022-02-102-0/+8
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / [tx-robot] updated from transifexNextcloud bot2022-02-092-0/+8
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30925 from ↵Louis2022-02-081-8/+7
|\ \ | | | | | | | | | | | | paierlep/feature/breadcrumb_menu_parent_folder_visible Show the child folders in the breadcrumb menu when on a parent entry.
| * | Show the parent folders in the breadcrumb menu when on a child entry.Christian Paier2022-02-021-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, clicking on an menu item in the breadcrumb menu removed the parent entries of the path, i.e.: Clicking on the "to" entry in "/path/to/some/folder" changed the breadcrumb menu to show only the "/path/to" entries. With this change the breadcrumb menu changes this behaviour as the full path is still visible (and usable) but with the "to" entry beeing highlighted. Signed-off-by: Christian Paier <hallo+git@cpaier.com>
* | | Merge pull request #30945 from ↵Joas Schilling2022-02-081-0/+55
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/background-job-time-windows Background job time windows
| * | | Allow apps to specify if their background job can be delayedJoas Schilling2022-02-071-0/+55
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-02-084-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Only allow avatars in 64 and 512 pixel sizeJoas Schilling2022-02-072-8/+18
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-072-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-0610-0/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-052-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Update core/js/setupchecks.js Valdnet2022-02-041-2/+2
| | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Co-authored-by: Simon L. <szaimen@e.mail.de>