summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-06160-618/+1108
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39119 from nextcloud/artonge/backport/stable27/38905Louis2023-07-059-6/+45
|\ | | | | [stable27] Reduce load of files versions preview loading
| * Base versions' has-preview on mimetypeLouis Chemineau2023-07-032-26/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * Do not load preview if version tab is not activeLouis Chemineau2023-07-035-4/+33
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * Provide hasPreview in files_versions DAV APILouis Chemineau2023-07-035-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 TransifexNextcloud bot2023-07-0530-4/+94
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | add utility command for object store objectsRobin Appelman2023-07-047-0/+363
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0422-224/+452
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | wrap user status message input and buttons with native formMaksim Sukharev2023-07-033-54/+44
|/ | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> (cherry picked from commit bcb074a90d7b766723ba365866159d9bde858d4a)
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-036-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0226-10/+342
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-01146-170/+510
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Only render the menu if there are actions to showJulius Härtl2023-06-301-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-3018-2/+124
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2818-24/+360
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Catch SAB sync errors during upgradeChristoph Wurst2023-06-271-1/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #38970 from nextcloud/backport/38800/stable27Louis2023-06-271-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 mtimeLouis Chemineau2023-06-261-2/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * fix: Add logging statement for cases when updating the version failsJulius Härtl2023-06-261-8/+29
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Handle previousNode size === 0 on version creationLouis Chemineau2023-06-261-20/+10
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * fix: Avoid failing to update the current version entry if there is noneJulius Härtl2023-06-261-5/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2744-258/+856
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2618-210/+462
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2510-6/+174
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Move deprecation warnings to debugSimon L2023-06-243-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 TransifexNextcloud bot2023-06-2486-278/+902
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-22142-1692/+1732
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* add bruteforce protection in OauthApiControllerJulien Veyssier2023-06-212-5/+23
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2114-6/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-20180-490/+978
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38885 from nextcloud/backport/38868/stable27Simon L2023-06-191-8/+10
|\ | | | | [stable27] fix confusion around mail settings and improve layout a bit
| * fix confusion around mail settingsSimon L2023-06-191-8/+10
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | add test that inserts a long oauth client secretJulien Veyssier2023-06-191-0/+10
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | encrypt oauth2 client secretsJulien Veyssier2023-06-1911-109/+215
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Merge pull request #38851 from nextcloud/backport/38823/stable27Simon L2023-06-191-4/+6
|\ \ | |/ |/| [stable27] generate user themed favicon and touchicon
| * generate user themed favicon and touchiconSimon L2023-06-161-4/+6
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1914-72/+134
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1818-108/+180
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38420 from nextcloud/backport/38259/stable27Simon L2023-06-172-3/+11
|\ \ | | | | | | [stable27] reload filelist when adding or removing shares
| * | reload filelist when adding or removing sharesRobin Appelman2023-05-242-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 TransifexNextcloud bot2023-06-17188-464/+746
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38474 from nextcloud/backport/38458/stable27Christoph Wurst2023-06-166-196/+180
|\ \ \ | |_|/ |/| | [stable27] Revert "Fix table view"
| * | Merge branch 'stable27' into backport/38458/stable27Julia Kirschenheuter2023-06-1432-306/+374
| |\ \
| * | | Revert "Fix table view"julia.kirschenheuter2023-06-136-196/+180
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cb852ef6 Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1618-96/+128
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1512-126/+126
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | make sure to show download button only one timeSimon L2023-06-141-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Add fallback when a there is no preview for a versionLouis Chemineau2023-06-141-3/+14
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Improve handling of undefined version labelLouis Chemineau2023-06-141-4/+6
| |/ / |/| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1430-296/+364
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>