Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-16 | 16 | -28/+40 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-15 | 4 | -2/+4 |
* | Merge pull request #34599 from nextcloud/fix/background-appdata-scrope | Vincent Petry | 2022-10-14 | 14 | -58/+173 |
|\ | |||||
| * | Improve cache buster for user backgrounds | Vincent Petry | 2022-10-14 | 7 | -19/+34 |
| * | Fix tests | John Molakvoæ | 2022-10-14 | 3 | -11/+57 |
| * | Fix migration | John Molakvoæ | 2022-10-14 | 1 | -6/+22 |
| * | Properly use user background cachebuster | John Molakvoæ | 2022-10-14 | 2 | -1/+5 |
| * | Scope the appdata theming storage for global and users | John Molakvoæ | 2022-10-14 | 6 | -24/+58 |
* | | Merge pull request #34188 from nextcloud/feat/profiler-clear | Carl Schwan | 2022-10-14 | 3 | -0/+11 |
|\ \ | |/ |/| | |||||
| * | Expose clearing the profiles and fix it | Carl Schwan | 2022-10-10 | 3 | -0/+11 |
* | | Merge pull request #34471 from starypatyk/dav_read_share_notes | Vincent Petry | 2022-10-14 | 2 | -15/+18 |
|\ \ | |||||
| * | | Review comment - remove redundant empty() call | Dariusz Olszewski | 2022-10-10 | 1 | -1/+1 |
| * | | Read notes from share already loaded into memory | Dariusz Olszewski | 2022-10-07 | 2 | -15/+18 |
* | | | Merge pull request #34569 from nextcloud/filterOutBackupStatus | Vincent Petry | 2022-10-14 | 1 | -4/+9 |
|\ \ \ | |||||
| * | | | Properly escape underscore in db query | Carl Schwan | 2022-10-13 | 1 | -1/+1 |
| * | | | Do the filtering on the DB instead | Carl Schwan | 2022-10-13 | 2 | -6/+10 |
| * | | | Filter out backup user status (those beginning with _ as userId) | tobiasKaminsky | 2022-10-13 | 1 | -1/+2 |
* | | | | Merge pull request #33388 from nextcloud/enh/container-annotations | Julius Härtl | 2022-10-14 | 5 | -6/+28 |
|\ \ \ \ | |||||
| * | | | | Improve container return type annotations | Julius Härtl | 2022-10-14 | 5 | -6/+28 |
* | | | | | Merge pull request #34135 from nextcloud/fix/noid/disable_activity.email_addr... | Julien Veyssier | 2022-10-14 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | check disable_activity.email_address_changed_by_admin when email is changed b... | Julien Veyssier | 2022-10-14 | 1 | -0/+5 |
| |/ / / / | |||||
* | | | | | Merge pull request #34595 from nextcloud/fix/invalid-template | Simon L | 2022-10-14 | 3 | -11/+14 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Compile assets | nextcloud-command | 2022-10-14 | 2 | -3/+3 |
| * | | | | Fix file creation issue if no action are registered | John Molakvoæ | 2022-10-14 | 1 | -8/+11 |
|/ / / / | |||||
* | | | | Merge pull request #34450 from nextcloud/fix/noid/opengraph-preview-without-c... | Joas Schilling | 2022-10-14 | 1 | -4/+7 |
|\ \ \ \ | |||||
| * | | | | fix reference preview endpoint when no server-side cache configured | Julien Veyssier | 2022-10-13 | 1 | -4/+7 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-10-14 | 108 | -224/+404 |
* | | | | | Merge pull request #34541 from nextcloud/deps/password-confirmation-4.0.2 | Pytal | 2022-10-13 | 14 | -49/+49 |
|\ \ \ \ \ | |||||
| * | | | | | Fix empty password string being submitted to server | Christopher Ng | 2022-10-13 | 5 | -7/+7 |
| * | | | | | Bump @nextcloud/password-confirmation from 4.0.1 to 4.0.2 | Christopher Ng | 2022-10-13 | 11 | -45/+45 |
|/ / / / / | |||||
* | | | | | Merge pull request #34461 from nextcloud/fix/migrate-background | Vincent Petry | 2022-10-13 | 8 | -6/+246 |
|\ \ \ \ \ | |||||
| * | | | | | graceful background image handling | Arthur Schiwon | 2022-10-13 | 4 | -5/+171 |
| * | | | | | Fix migration parameter handling | Joas Schilling | 2022-10-13 | 1 | -9/+8 |
| * | | | | | fix querybuilder instance recuse | Arthur Schiwon | 2022-10-13 | 1 | -10/+12 |
| * | | | | | Delete theming background preferences | Christopher Ng | 2022-10-13 | 1 | -4/+10 |
| * | | | | | New code being new | Joas Schilling | 2022-10-13 | 1 | -3/+1 |
| * | | | | | Fix SQL errors | Joas Schilling | 2022-10-13 | 1 | -3/+5 |
| * | | | | | Fix missing background on upgrade | Christopher Ng | 2022-10-13 | 4 | -1/+68 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #34437 from nextcloud/feat/theming-default-system-value | Simon L | 2022-10-13 | 23 | -47/+248 |
|\ \ \ \ \ | |||||
| * | | | | | Adjust testing | John Molakvoæ | 2022-10-13 | 7 | -26/+41 |
| * | | | | | 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 | 13 | -23/+133 |
| * | | | | | Use default system primary | John Molakvoæ (skjnldsv) | 2022-10-13 | 7 | -22/+92 |
* | | | | | | Merge pull request #34438 from nextcloud/dav-exception-request | Vincent Petry | 2022-10-13 | 1 | -33/+37 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | return proper error code when reporting exception fails in remote.php | Robin Appelman | 2022-10-05 | 1 | -33/+37 |
* | | | | | | Merge pull request #34572 from nextcloud/bugfix/noid/green-ci | John Molakvoæ | 2022-10-13 | 2 | -43/+46 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Make CI green again | Joas Schilling | 2022-10-13 | 2 | -43/+46 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | 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 |
* | | | | | | Merge pull request #34571 from nextcloud/bugfix/noid/fix-popovermenu-selector | Joas Schilling | 2022-10-13 | 5 | -2/+19 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | |