aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-03-1180-80/+84
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30965 from nextcloud/backport/30235/stable23Vincent Petry2022-03-103-20/+139
|\ | | | | [stable23] Add primary key for ratelimit table
| * Add a primary key to ratelimit_entries tableJoas Schilling2022-03-103-20/+139
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #31410 from nextcloud/backport/31354/stable23Vincent Petry2022-03-101-1/+1
|\ \ | |/ |/| [stable23] Fix caching of the user avatar
| * Fix caching of the user avatarCarl Schwan2022-03-021-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>
* | [tx-robot] updated from transifexNextcloud bot2022-03-1010-0/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #31490 from nextcloud/backport/30828/stable23Pytal2022-03-086-12/+9
|\ \
| * | Center dialog new file menuszaimen2022-03-086-12/+9
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-0944-62/+18
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Update variables.scsskaktuspalme2022-03-081-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.
* | | Merge pull request #31438 from nextcloud/backport/31267/stable23Simon L2022-03-082-8/+4
|\ \ \ | |/ / |/| | [stable23] Add Nextcloud docs link to OPcache recommends
| * | Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-062-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-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>
* | [tx-robot] updated from transifexNextcloud bot2022-03-032-36/+42
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Bump backbone from 1.4.0 to 1.4.1dependabot[bot]2022-02-284-4/+4
| | | | | | | | | | | | | | | | Bumps [backbone](https://github.com/jashkenas/backbone) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/jashkenas/backbone/releases) - [Commits](https://github.com/jashkenas/backbone/compare/1.4.0...1.4.1) --- updated-dependencies: - dependency-name: backbone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #31244 from nextcloud/backport/31141/stable23Carl Schwan2022-02-281-2/+4
|\ | | | | [stable23] Improve caching policy use immutable when loading versionned assets
| * Improve caching policyCarl Schwan2022-02-181-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>
* | [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>
* | [tx-robot] updated from transifexNextcloud bot2022-02-2420-22/+62
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-23136-1692/+1164
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Allow apps to specify if their background job can be delayedJoas Schilling2022-02-221-0/+55
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Bump clipboard from 2.0.9 to 2.0.10dependabot[bot]2022-02-192-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.9 to 2.0.10. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.9...v2.0.10) --- updated-dependencies: - dependency-name: clipboard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Bump dompurify from 2.3.5 to 2.3.6dependabot[bot]2022-02-174-6/+6
|/ | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.5 to 2.3.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.5...2.3.6) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove spaces around linkszaimen2022-02-151-3/+3
| | | | | | See https://github.com/nextcloud/server/pull/31003 Signed-off-by: szaimen <szaimen@e.mail.de>
* add a test for wasEmailTestSuccessfulszaimen2022-02-151-0/+56
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* fix testsszaimen2022-02-151-0/+18
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* show if the mail server settings are not set or verifiedszaimen2022-02-151-0/+8
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Merge pull request #31108 from nextcloud/backport/31077/stable23Vincent Petry2022-02-101-30/+10
|\ | | | | [stable23] 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>
* | Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon2022-02-101-0/+1
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump jquery-ui from 1.13.0 to 1.13.1dependabot[bot]2022-01-312-14/+14
| | | | | | | | | | | | | | | | Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.0...1.13.1) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #30890 from nextcloud/backport/30886/stable23Louis2022-01-311-1/+5
|\ | | | | [stable23] Fixes occ user:info when the user never logged in
| * Fixes occ user:info when the user never logged inCôme Chilliet2022-01-311-1/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Bump clipboard from 2.0.8 to 2.0.9dependabot[bot]2022-01-312-3/+3
|/ | | | | | | | | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.8 to 2.0.9. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.8...v2.0.9) --- updated-dependencies: - dependency-name: clipboard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump dompurify from 2.3.4 to 2.3.5dependabot[bot]2022-01-304-6/+6
| | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.4...2.3.5) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix psalm not runningCarl Schwan2022-01-276-8/+7
| | | | | | | | | | The issue was that we were using psalm/phar instead of vimeo/psalm. This caused issue with the custom psalm plugin in buildd/psalm. This is using the opportunity to also update the psalm version from 3.8 to 3.17 and the php-cs-fixer too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Improve installation pagesChristopher Ng2022-01-1925-117/+162
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 22768769c3f29f9952110f86a032e4bf3a4bf460) Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add hashed attribute column for indexed job existence checkJulius Härtl2022-01-181-0/+67
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix loading of the text app in public shared linksCarl Schwan2022-01-171-3/+12
| | | | | | | Instead of doing the centering for the entire public content, only do it for the preview. This is more safe. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Improve layout for the public download pageCarl Schwan2022-01-141-10/+21
| | | | | | | This centers the content inside the pages, while also not hardcoded the size of the footer. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #30672 from nextcloud/backport/stable23/30597John Molakvoæ2022-01-145-4/+14
|\
| * Fix file picker not respecting hidden files settingsCarl Schwan2022-01-145-4/+14
| | | | | | | | | | | | | | | | | | This will only respect the setting inside the file app. For other apps we will either need to do an API call or add an input field with the same idea to spare a blocking api call. Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 1fa58be1aa78ff6216b7a129925a7bb270ac9fe1)
* | Add version of disabled apps when availableJoas Schilling2022-01-141-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: only use jquery once it is availableAzul2022-01-111-10/+11
| | | | | | | | publicpage.js is loaded very early and cannot rely on jquery being loaded already. Move the use of `$` into the `DomContentLoaded` handler. Signed-off-by: Azul <azul@riseup.net>