Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #30299 from nextcloud/fix/log_files | John Molakvoæ | 2021-12-20 | 2 | -11/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Check if directoy is writable instead of possibly missing file | Carl Schwan | 2021-12-20 | 2 | -11/+15 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Further improve addScript logic, migrate to uksort() | Jonas Meurer | 2021-12-20 | 1 | -56/+25 | |
* | | | | | | Sort app scripts by dependencies (Fixes: #30278) | Jonas Meurer | 2021-12-20 | 1 | -4/+28 | |
* | | | | | | Merge pull request #30130 from nextcloud/fix/config_is_read_only | Christoph Wurst | 2021-12-17 | 2 | -0/+28 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't write to config file if `config_is_read_only` is set | Jonas Meurer | 2021-12-13 | 2 | -0/+28 | |
* | | | | | | | fix translation source in directEditing templates | Azul | 2021-12-16 | 1 | -1/+1 | |
* | | | | | | | Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8.1 | Côme Chilliet | 2021-12-16 | 2 | -6/+14 | |
* | | | | | | | Allow minor release of PHP 8.1 to be used as well | Côme Chilliet | 2021-12-16 | 1 | -3/+3 | |
* | | | | | | | Fix LDAP related docblocks types | Côme Chilliet | 2021-12-16 | 1 | -2/+2 | |
* | | | | | | | Allow running Nextcloud with PHP 8.1 | Côme Chilliet | 2021-12-16 | 1 | -3/+3 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #30254 from nextcloud/fix/30239/use-bigint | Pytal | 2021-12-14 | 2 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Migrate profile_config id column to bigint | Christopher Ng | 2021-12-14 | 2 | -0/+2 | |
* | | | | | | | Deprecate entity slugs | Christoph Wurst | 2021-12-14 | 1 | -0/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #30197 from nextcloud/bugfix/noid/always-store-email-lower... | Pytal | 2021-12-13 | 3 | -3/+14 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Use proper app id (settings instead of core) | Julius Härtl | 2021-12-13 | 1 | -2/+2 | |
| * | | | | | Make sure strtolower only receives a string to satisfy psalm | Joas Schilling | 2021-12-13 | 1 | -1/+1 | |
| * | | | | | Lowercase all core=>email values | Joas Schilling | 2021-12-13 | 2 | -0/+2 | |
| * | | | | | Always store and compare the email address as lower case | Joas Schilling | 2021-12-10 | 1 | -3/+12 | |
* | | | | | | Merge pull request #30200 from nextcloud/bugfix/noid/last-login-is-never-set-... | Julius Härtl | 2021-12-13 | 1 | -2/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't check the configvalue for lastLogin which is never null | Joas Schilling | 2021-12-10 | 1 | -2/+1 | |
| |/ / / / / | ||||||
* / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2021-12-12 | 2 | -0/+12 | |
|/ / / / / | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-12-10 | 2 | -0/+2 | |
* | | | | | Merge pull request #30160 from nextcloud/bugfix/noid/encryption-wrapper-fclos... | Pytal | 2021-12-09 | 1 | -2/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Check resource before closing in encryption wrapper | Vincent Petry | 2021-12-09 | 1 | -2/+6 | |
* | | | | | | Merge pull request #29996 from zordsdavini/patch-1 | Pytal | 2021-12-09 | 2 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix relation "user_id" already exists migration error | Christopher Ng | 2021-12-03 | 2 | -0/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #30075 from nextcloud/logic-op | Christoph Wurst | 2021-12-09 | 1 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Switch logical operators | acsfer | 2021-12-03 | 1 | -4/+4 | |
* | | | | | | | Merge pull request #30156 from nextcloud/bugfix/noid/only-wildcard-search-if-... | John Molakvoæ | 2021-12-09 | 8 | -13/+65 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make psalm more happy | Joas Schilling | 2021-12-09 | 1 | -2/+2 | |
| * | | | | | | | Fix docs to make Psalm happier | Joas Schilling | 2021-12-09 | 1 | -6/+1 | |
| * | | | | | | | Convert strict_search to wildcard property and add psalm docs | Joas Schilling | 2021-12-08 | 3 | -6/+18 | |
| * | | | | | | | Limit more contact searches | Joas Schilling | 2021-12-08 | 4 | -5/+25 | |
| * | | | | | | | Only limit search in the system address book | Joas Schilling | 2021-12-08 | 3 | -4/+18 | |
| * | | | | | | | Only wildcard search if enumeration is allowed | Joas Schilling | 2021-12-08 | 4 | -1/+12 | |
| | |_|/ / / / | |/| | | | | | ||||||
* / | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-12-09 | 2 | -0/+2 | |
|/ / / / / / | ||||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-12-08 | 4 | -0/+50 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-12-07 | 6 | -0/+6 | |
* | | | | | | Avoid assignment in if clause | Côme Chilliet | 2021-12-06 | 1 | -8/+12 | |
* | | | | | | Fix typing problems in OC_Image | Côme Chilliet | 2021-12-06 | 2 | -3/+11 | |
* | | | | | | Avoid calling image* methods on boolean | Côme Chilliet | 2021-12-06 | 1 | -14/+27 | |
* | | | | | | Merge pull request #30055 from nextcloud/enh/note-share-api | Julius Härtl | 2021-12-06 | 2 | -2/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Allow to pass note when creating a share and send it with directly in the sha... | Julius Härtl | 2021-12-03 | 2 | -2/+12 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-12-06 | 16 | -2/+16 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-12-05 | 120 | -240/+242 | |
* | | | | | | | Merge pull request #29527 from nextcloud/rakekniven-patch-1 | John Molakvoæ | 2021-12-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Added dot at end of sentence. | rakekniven | 2021-11-02 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #30034 from nextcloud/fix/bump-scssphp/scssphp-to-1.8.1 | John Molakvoæ | 2021-12-03 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Follow upstream security recommandation | Carl Schwan | 2021-12-02 | 1 | -3/+2 |