summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-05-012-0/+2
|
* Do not try to contact lookup server if not neededRoeland Jago Douma2021-04-291-0/+51
| | | | | | | In some cases (for example you never send data to the lookup server) there is no need for this job to even try. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-04-292-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-04-286-2/+12
|
* [tx-robot] updated from transifexNextcloud bot2021-04-272-2/+2
|
* Merge pull request #26733 from ↵dependabot-preview[bot]2021-04-266-6/+6
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/stable21/nextcloud/dialogs-3.1.2
| * [Security] Bump @nextcloud/dialogs from 3.1.1 to 3.1.2dependabot-preview[bot]2021-04-266-6/+6
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.1.1 to 3.1.2. **This update includes a security fix.** - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-04-262-0/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-252-0/+70
|/
* [tx-robot] updated from transifexNextcloud bot2021-04-234-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-04-222-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-21136-138/+166
|
* Merge pull request #26607 from nextcloud/backport/26252/stable21Morris Jobke2021-04-201-1/+8
|\ | | | | [stable21] Add force option to app install command
| * Add force option to app install commandMaxopoly2021-04-171-1/+8
| | | | | | | | Signed-off-by: Maxopoly <max@dermax.org>
* | [tx-robot] updated from transifexNextcloud bot2021-04-204-2/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-198-18/+58
|/
* [tx-robot] updated from transifexNextcloud bot2021-04-1712-2/+28
|
* [tx-robot] updated from transifexNextcloud bot2021-04-1610-44/+166
|
* [tx-robot] updated from transifexNextcloud bot2021-04-1518-2/+58
|
* [tx-robot] updated from transifexNextcloud bot2021-04-1410-2/+26
|
* Fix 'Log in with a device' link focusabilityJan C. Borchardt2021-04-133-4/+6
| | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix log in button hover/focus feedbackJan C. Borchardt2021-04-131-1/+3
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix password visibility toggle alt text and hover/focus feedbackJan C. Borchardt2021-04-132-3/+9
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2021-04-1318-10/+64
|
* [tx-robot] updated from transifexNextcloud bot2021-04-1284-86/+162
|
* [tx-robot] updated from transifexNextcloud bot2021-04-112-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-04-1014-0/+112
|
* Revert "[stable21] add a prefix index to filecache.path"Roeland Jago Douma2021-04-083-12/+0
|
* [tx-robot] updated from transifexNextcloud bot2021-04-084-68/+86
|
* [tx-robot] updated from transifexNextcloud bot2021-04-074-16/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-04-052-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-04-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-032-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2021-04-024-4/+54
|
* remove leftover debug @NoCSRFRequired introduced with #26198Robin Appelman2021-04-011-1/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2021-04-014-2/+94
|
* [tx-robot] updated from transifexNextcloud bot2021-03-3010-82/+94
|
* Merge pull request #26326 from nextcloud/backport/26070/stable21Roeland Jago Douma2021-03-293-0/+12
|\ | | | | [stable21] add a prefix index to filecache.path
| * add a prefix index to filecache.pathRobin Appelman2021-03-263-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | The reason that `filecache.path` hasn't had an index added is the mysql limitation of ~1kb for indexeded fields, which is to small for the `path`, however mysql supports indexing only the first N bytes of a column instead of the entire column, allowing us to add an index even if the column is to long. Because the index doesn't cover the entire column it can't be used in all situations where a normal index would be used, but it does cover the `path like 'folder/path/%'` queries that are used in various places. Sqlite and Postgresql don't support prefix indexes, but they also don't have the 1kb limit and DBAL handles the differences in index creation. Signed-off-by: Robin Appelman <robin@icewind.nl>
* | change calendar invite emails to use pngs instead of svgsNick Sweeting2021-03-297-0/+0
| | | | | | | | Signed-off-by: Nick Sweeting <git@sweeting.me>
* | [tx-robot] updated from transifexNextcloud bot2021-03-292-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2021-03-282-10/+10
|/
* [tx-robot] updated from transifexNextcloud bot2021-03-26136-544/+544
|
* [tx-robot] updated from transifexNextcloud bot2021-03-2510-2/+18
|
* Merge pull request #26257 from nextcloud/backport/26198/stable21Morris Jobke2021-03-241-0/+1
|\ | | | | [stable21] Handle limit offset and sorting in files search
| * use node search api for legacy file search endpointRobin Appelman2021-03-231-0/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #26249 from nextcloud/backport/25529/stable21Morris Jobke2021-03-244-0/+203
|\ \ | | | | | | [stable21] Fix non LGC glyphs in avatars and txt file previews
| * | Add OCC command to reset rendered textsDaniel Calviño Sánchez2021-03-222-0/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The command is meant to be used when the fonts used to render texts ("core/fonts/NotoSans-Regular.ttf" and "core/fonts/NotoSans-Bold.ttf") are changed (for example, to add support for other scripts). The avatar and text file previews will be removed, so they will be generated again with the updated font when needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Include additional scripts in Noto fontsDaniel Calviño Sánchez2021-03-222-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generated avatars as well as text file previews are rendered using the "core/fonts/NotoSans-Regular.ttf" font. The file was the standard hinted "NotoSans-Regular.ttf" file from https://www.google.com/get/noto/. However that file does not cover some non LGC (Latin, Greek, Cyrillic) scripts, like Arabic, Devanagari or Hebrew, to name a few. Markdown file previews also use "core/fonts/NotoSans-Bold.ttf", which is in the same situation as the regular one. Due to limitations in the TTF format it is not possible to provide a single file for each style that includes all Noto fonts. However, it is possible to add more scripts to the standard "NotoSans-Regular.ttf" and "NotoSans-Bold.ttf" files (although no CJK (Chinese, Japanese, Korean) glyph can be included due to the aforementioned limitations). This commit replaces the standard files with an extended version created using the Noto Tools. The build script (as well as a patch for the Noto Tools) is also included for reference and to be able to update the font files in the future if needed. Due to the additional scripts added the font files are now much larger, although this does not seem to increase the time spent rendering LGC scripts. Note that the file for the bold style still contains less scripts than the regular one, as not all scripts supported by Noto have a bold weight. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-03-248-26/+42
| |/ |/|