summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34461 from nextcloud/fix/migrate-backgroundVincent Petry2022-10-134-5/+171
|\ | | | | Fix missing background on upgrade
| * graceful background image handlingArthur Schiwon2022-10-134-5/+171
| | | | | | | | | | | | | | - fallback to background image from old location - migrate background images to new location as insensitive job Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #34437 from nextcloud/feat/theming-default-system-valueSimon L2022-10-1316-38/+237
|\ \ | | | | | | Use default system primary
| * | Adjust testingJohn Molakvoæ2022-10-132-20/+33
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Fix primary and debounce to avoid infinite loopJohn Molakvoæ2022-10-134-24/+30
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Allow to pick custom colourJohn Molakvoæ (skjnldsv)2022-10-1311-20/+130
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Use default system primaryJohn Molakvoæ (skjnldsv)2022-10-137-22/+92
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #34546 from nextcloud/improve-hight-contrastJohn Molakvoæ2022-10-132-0/+9
|\ \ | |/ |/| Add seperator in high contrast mode
| * Add seperator in high contrast modeCarl Schwan2022-10-112-0/+9
| | | | | | | | | | | | Between navigation and content and between entry in breadcrump Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-10-1310-10/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34544 from nextcloud/fix/more-flexible-date-validationSimon L2022-10-131-1/+1
|\ \ | | | | | | More flexible date validation
| * | More flexible date validationCarl Schwan2022-10-111-1/+1
| |/ | | | | | | | | | | Fix #34542 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34545 from ↵Simon L2022-10-132-2/+6
|\ \ | | | | | | | | | | | | nextcloud/fix/theming-highcontrast-translucency-off Disable translucency on high contrast themes
| * | fix color-main-background-rgbszaimen2022-10-122-0/+4
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * | Disable translucency on high contrast themesCarl Schwan2022-10-112-2/+2
| |/ | | | | | | | | | | Fix #34514 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34558 from nextcloud/fix/34201/broken-web-updaterblizzz2022-10-121-1/+1
|\ \ | | | | | | fix reading updater token for web updater
| * | fix reading updater token for web updaterArthur Schiwon2022-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | the previously called endpoint returns exactly one value, no JSON structure Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #34559 from ↵Joas Schilling2022-10-1210-6/+435
|\ \ \ | |/ / |/| | | | | | | | nextcloud/bugfix/noid/require-token-for-local-editing Require token for local editing
| * | Also throttle on expirationJoas Schilling2022-10-121-1/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix psalm error on migrationJoas Schilling2022-10-121-6/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add a background job to delete expired tokensJoas Schilling2022-10-125-0/+73
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Also remove token when we successfully validatedJoas Schilling2022-10-111-1/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Require a token for "Edit locally"Joas Schilling2022-10-119-6/+365
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-122-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Add color variables for text on blurred backgroundChristopher Ng2022-10-125-2/+12
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix excessive increase of cachebuster valueChristopher Ng2022-10-113-3/+12
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #34523 from nextcloud/fix/ldap-avoid-double-unbind-in-wizardCôme Chilliet2022-10-111-19/+18
|\ \ | | | | | | Avoid double ldap_unbind in Wizard.php
| * | Avoid double ldap_unbind in Wizard.phpCôme Chilliet2022-10-111-1/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix code style with codesnifferCôme Chilliet2022-10-111-18/+18
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #33511 from nextcloud/feat/extract_gps_from_exifLouis2022-10-111-16/+33
|\ \ \ | | | | | | | | Extract GPS data from EXIF
| * | | Allow scanning for metadata with occ scan:file --generate-metadataCarl Schwan2022-10-111-16/+33
| |/ / | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #34500 from nextcloud/bugfix/noid/more-password-limitationJoas Schilling2022-10-112-0/+7
|\ \ \ | |/ / |/| | Fix password length limitation
| * | Fix password length limitationJoas Schilling2022-10-102-0/+7
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #34522 from ↵Joas Schilling2022-10-111-2/+3
|\ \ | | | | | | | | | | | | nextcloud/bugfix/34480/update-security.txt-expires-field Update security.txt expires field
| * | Update security.txt expires fieldJoas Schilling2022-10-111-2/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #34513 from nextcloud/enh/34493/hide-edit-locallyVincent Petry2022-10-111-23/+25
|\ \ \ | |/ / |/| | do not show editlocally on mobile
| * | do not show editlocally on mobileszaimen2022-10-111-23/+25
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-118-22/+54
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30608 from nextcloud/harden-fonctLouis2022-10-101-5/+5
|\ \ | | | | | | Harden disk_free_space check in CheckSetupController
| * | Harden some PHP functionsacsfer2022-10-041-5/+5
| | | | | | | | | | | | | | | | | | To avoid things like https://github.com/nextcloud/server/issues/26034 Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #34489 from nextcloud/type_closureCarl Schwan2022-10-101-1/+1
|\ \ \ | |_|/ |/| | type closure to make psalm a bit happier
| * | type closure to make psalm a bit happierRoeland Jago Douma2022-10-091-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #33915 from ↵Simon L2022-10-105-100/+65
|\ \ \ | |/ / |/| | | | | | | | nextcloud/enh/33914-replace_expiration_date_picker_with_native_date_picker Replace vue2-datepicker with native date picker for share expiration dates
| * | Replace moment.js date with Date Object.julia.kirschenheuter2022-10-065-100/+65
| |/ | | | | | | | | | | | | Replace vue2-datepicker with native date picker for expiration date. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-0932-64/+180
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-0832-118/+148
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-0738-42/+172
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34415 from nextcloud/fix/caldav-backend-causal-readsChristoph Wurst2022-10-061-20/+29
|\ \ | | | | | | Fix causal reads in CalDAV backend
| * | Fix causal reads in CalDAV backendChristoph Wurst2022-10-031-20/+29
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-0636-86/+86
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>