summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* | l10n: Remove spacesValdnet2022-02-041-1/+1
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-042-436/+0
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | add a test for wasEmailTestSuccessfulszaimen2022-02-031-0/+56
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | fix testsszaimen2022-02-031-0/+18
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | show if the mail server settings are not set or verifiedszaimen2022-02-031-0/+8
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | [tx-robot] updated from transifexNextcloud bot2022-02-032-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30235 from ↵Joas Schilling2022-02-023-20/+139
|\ | | | | | | | | nextcloud/bugfix/noid/primary-key-for-ratelimit-table Add primary key for ratelimit table
| * Add a primary key to ratelimit_entries tableJoas Schilling2022-01-283-20/+139
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #25418 from kaktuspalme/patch-1John Molakvoæ2022-01-311-1/+1
|\ \
| * | Update variables.scsskaktuspalme2021-02-011-1/+1
| | | | | | | | | I would put sans-serif before Noto Color Emoji. If you have none of the previous fonts installed but Noto Color Emoji is, the interface looks very ugly because it uses Noto Color Emoji then. That's exactly the case on my linux distribution.
* | | [tx-robot] updated from transifexNextcloud bot2022-01-312-0/+4
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-284-0/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>