| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-14 | 102 | -158/+326 |
* | Merge pull request #34461 from nextcloud/fix/migrate-background | Vincent Petry | 2022-10-13 | 4 | -5/+171 |
|\ |
|
| * | graceful background image handling | Arthur Schiwon | 2022-10-13 | 4 | -5/+171 |
* | | Merge pull request #34437 from nextcloud/feat/theming-default-system-value | Simon L | 2022-10-13 | 16 | -38/+237 |
|\ \ |
|
| * | | Adjust testing | John Molakvoæ | 2022-10-13 | 2 | -20/+33 |
| * | | Fix primary and debounce to avoid infinite loop | John Molakvoæ | 2022-10-13 | 4 | -24/+30 |
| * | | Allow to pick custom colour | John Molakvoæ (skjnldsv) | 2022-10-13 | 11 | -20/+130 |
| * | | Use default system primary | John Molakvoæ (skjnldsv) | 2022-10-13 | 7 | -22/+92 |
| |/ |
|
* | | Merge pull request #34546 from nextcloud/improve-hight-contrast | John Molakvoæ | 2022-10-13 | 2 | -0/+9 |
|\ \
| |/
|/| |
|
| * | Add seperator in high contrast mode | Carl Schwan | 2022-10-11 | 2 | -0/+9 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-13 | 10 | -10/+18 |
* | | Merge pull request #34544 from nextcloud/fix/more-flexible-date-validation | Simon L | 2022-10-13 | 1 | -1/+1 |
|\ \ |
|
| * | | More flexible date validation | Carl Schwan | 2022-10-11 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #34545 from nextcloud/fix/theming-highcontrast-translucenc... | Simon L | 2022-10-13 | 2 | -2/+6 |
|\ \ |
|
| * | | fix color-main-background-rgb | szaimen | 2022-10-12 | 2 | -0/+4 |
| * | | Disable translucency on high contrast themes | Carl Schwan | 2022-10-11 | 2 | -2/+2 |
| |/ |
|
* | | Merge pull request #34558 from nextcloud/fix/34201/broken-web-updater | blizzz | 2022-10-12 | 1 | -1/+1 |
|\ \ |
|
| * | | fix reading updater token for web updater | Arthur Schiwon | 2022-10-12 | 1 | -1/+1 |
* | | | Merge pull request #34559 from nextcloud/bugfix/noid/require-token-for-local-... | Joas Schilling | 2022-10-12 | 10 | -6/+435 |
|\ \ \
| |/ /
|/| | |
|
| * | | Also throttle on expiration | Joas Schilling | 2022-10-12 | 1 | -1/+3 |
| * | | Fix psalm error on migration | Joas Schilling | 2022-10-12 | 1 | -6/+0 |
| * | | Add a background job to delete expired tokens | Joas Schilling | 2022-10-12 | 5 | -0/+73 |
| * | | Also remove token when we successfully validated | Joas Schilling | 2022-10-11 | 1 | -1/+2 |
| * | | Require a token for "Edit locally" | Joas Schilling | 2022-10-11 | 9 | -6/+365 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-12 | 2 | -2/+2 |
* | | | Add color variables for text on blurred background | Christopher Ng | 2022-10-12 | 5 | -2/+12 |
* | | | Fix excessive increase of cachebuster value | Christopher Ng | 2022-10-11 | 3 | -3/+12 |
|/ / |
|
* | | Merge pull request #34523 from nextcloud/fix/ldap-avoid-double-unbind-in-wizard | Côme Chilliet | 2022-10-11 | 1 | -19/+18 |
|\ \ |
|
| * | | Avoid double ldap_unbind in Wizard.php | Côme Chilliet | 2022-10-11 | 1 | -1/+0 |
| * | | Fix code style with codesniffer | Côme Chilliet | 2022-10-11 | 1 | -18/+18 |
* | | | Merge pull request #33511 from nextcloud/feat/extract_gps_from_exif | Louis | 2022-10-11 | 1 | -16/+33 |
|\ \ \ |
|
| * | | | Allow scanning for metadata with occ scan:file --generate-metadata | Carl Schwan | 2022-10-11 | 1 | -16/+33 |
| |/ / |
|
* | | | Merge pull request #34500 from nextcloud/bugfix/noid/more-password-limitation | Joas Schilling | 2022-10-11 | 2 | -0/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix password length limitation | Joas Schilling | 2022-10-10 | 2 | -0/+7 |
| |/ |
|
* | | Merge pull request #34522 from nextcloud/bugfix/34480/update-security.txt-exp... | Joas Schilling | 2022-10-11 | 1 | -2/+3 |
|\ \ |
|
| * | | Update security.txt expires field | Joas Schilling | 2022-10-11 | 1 | -2/+3 |
* | | | Merge pull request #34513 from nextcloud/enh/34493/hide-edit-locally | Vincent Petry | 2022-10-11 | 1 | -23/+25 |
|\ \ \
| |/ /
|/| | |
|
| * | | do not show editlocally on mobile | szaimen | 2022-10-11 | 1 | -23/+25 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-11 | 8 | -22/+54 |
|/ / |
|
* | | Merge pull request #30608 from nextcloud/harden-fonct | Louis | 2022-10-10 | 1 | -5/+5 |
|\ \ |
|
| * | | Harden some PHP functions | acsfer | 2022-10-04 | 1 | -5/+5 |
* | | | Merge pull request #34489 from nextcloud/type_closure | Carl Schwan | 2022-10-10 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | type closure to make psalm a bit happier | Roeland Jago Douma | 2022-10-09 | 1 | -1/+1 |
* | | | Merge pull request #33915 from nextcloud/enh/33914-replace_expiration_date_pi... | Simon L | 2022-10-10 | 5 | -100/+65 |
|\ \ \
| |/ /
|/| | |
|
| * | | Replace moment.js date with Date Object. | julia.kirschenheuter | 2022-10-06 | 5 | -100/+65 |
| |/ |
|
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-09 | 32 | -64/+180 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-08 | 32 | -118/+148 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-07 | 38 | -42/+172 |
* | | Merge pull request #34415 from nextcloud/fix/caldav-backend-causal-reads | Christoph Wurst | 2022-10-06 | 1 | -20/+29 |
|\ \ |
|
| * | | Fix causal reads in CalDAV backend | Christoph Wurst | 2022-10-03 | 1 | -20/+29 |