Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-06 | 160 | -618/+1108 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #39119 from nextcloud/artonge/backport/stable27/38905 | Louis | 2023-07-05 | 9 | -6/+45 |
|\ | | | | | [stable27] Reduce load of files versions preview loading | ||||
| * | Base versions' has-preview on mimetype | Louis Chemineau | 2023-07-03 | 2 | -26/+3 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | Do not load preview if version tab is not active | Louis Chemineau | 2023-07-03 | 5 | -4/+33 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | Provide hasPreview in files_versions DAV API | Louis Chemineau | 2023-07-03 | 5 | -3/+36 |
| | | | | | | | | | | | | | | This allow to no request non existing previews I also set some properties to the img element to reduce preview loading to what the browser think is necessary Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-05 | 30 | -4/+94 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | add utility command for object store objects | Robin Appelman | 2023-07-04 | 7 | -0/+363 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-04 | 22 | -224/+452 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | wrap user status message input and buttons with native form | Maksim Sukharev | 2023-07-03 | 3 | -54/+44 |
|/ | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> (cherry picked from commit bcb074a90d7b766723ba365866159d9bde858d4a) | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-03 | 6 | -0/+34 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-02 | 26 | -10/+342 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-01 | 146 | -170/+510 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): Only render the menu if there are actions to show | Julius Härtl | 2023-06-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-30 | 18 | -2/+124 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-28 | 18 | -24/+360 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(dav): Catch SAB sync errors during upgrade | Christoph Wurst | 2023-06-27 | 1 | -1/+9 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #38970 from nextcloud/backport/38800/stable27 | Louis | 2023-06-27 | 1 | -16/+34 |
|\ | | | | | [stable27] fix: Avoid failing to update the current version entry if there is none | ||||
| * | Do not create a new version if previousNode has the same mtime | Louis Chemineau | 2023-06-26 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | fix: Add logging statement for cases when updating the version fails | Julius Härtl | 2023-06-26 | 1 | -8/+29 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Handle previousNode size === 0 on version creation | Louis Chemineau | 2023-06-26 | 1 | -20/+10 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | fix: Avoid failing to update the current version entry if there is none | Julius Härtl | 2023-06-26 | 1 | -5/+12 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-27 | 44 | -258/+856 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-26 | 18 | -210/+462 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-25 | 10 | -6/+174 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Move deprecation warnings to debug | Simon L | 2023-06-24 | 3 | -6/+6 |
| | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-24 | 86 | -278/+902 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-22 | 142 | -1692/+1732 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | add bruteforce protection in OauthApiController | Julien Veyssier | 2023-06-21 | 2 | -5/+23 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-21 | 14 | -6/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-20 | 180 | -490/+978 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38885 from nextcloud/backport/38868/stable27 | Simon L | 2023-06-19 | 1 | -8/+10 |
|\ | | | | | [stable27] fix confusion around mail settings and improve layout a bit | ||||
| * | fix confusion around mail settings | Simon L | 2023-06-19 | 1 | -8/+10 |
| | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | add test that inserts a long oauth client secret | Julien Veyssier | 2023-06-19 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-19 | 11 | -109/+215 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | Merge pull request #38851 from nextcloud/backport/38823/stable27 | Simon L | 2023-06-19 | 1 | -4/+6 |
|\ \ | |/ |/| | [stable27] generate user themed favicon and touchicon | ||||
| * | generate user themed favicon and touchicon | Simon L | 2023-06-16 | 1 | -4/+6 |
| | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-19 | 14 | -72/+134 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-18 | 18 | -108/+180 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #38420 from nextcloud/backport/38259/stable27 | Simon L | 2023-06-17 | 2 | -3/+11 |
|\ \ | | | | | | | [stable27] reload filelist when adding or removing shares | ||||
| * | | reload filelist when adding or removing shares | Robin Appelman | 2023-05-24 | 2 | -3/+11 |
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-17 | 188 | -464/+746 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #38474 from nextcloud/backport/38458/stable27 | Christoph Wurst | 2023-06-16 | 6 | -196/+180 |
|\ \ \ | |_|/ |/| | | [stable27] Revert "Fix table view" | ||||
| * | | Merge branch 'stable27' into backport/38458/stable27 | Julia Kirschenheuter | 2023-06-14 | 32 | -306/+374 |
| |\ \ | |||||
| * | | | Revert "Fix table view" | julia.kirschenheuter | 2023-06-13 | 6 | -196/+180 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cb852ef6 Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-16 | 18 | -96/+128 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-15 | 12 | -126/+126 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | make sure to show download button only one time | Simon L | 2023-06-14 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | | | Add fallback when a there is no preview for a version | Louis Chemineau | 2023-06-14 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | Improve handling of undefined version label | Louis Chemineau | 2023-06-14 | 1 | -4/+6 |
| |/ / |/| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-14 | 30 | -296/+364 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |