Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Rename PATH constants to show if folder or file | Côme Chilliet | 2022-03-22 | 1 | -7/+7 | |
| * | | | | | Rename $insert var to $qb | Côme Chilliet | 2022-03-17 | 1 | -8/+8 | |
| * | | | | | Add trashbin migrator to export and import trashbin data | Côme Chilliet | 2022-03-17 | 4 | -4/+141 | |
* | | | | | | Fix user counts updates on user add/remove | Petre T | 2022-03-29 | 1 | -8/+46 | |
* | | | | | | Merge pull request #31711 from nextcloud/mount-cache-external-share | Vincent Petry | 2022-03-29 | 1 | -0/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | invalidate mount cache after accepting or renaming federated share | Robin Appelman | 2022-03-25 | 1 | -0/+3 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger | Côme Chilliet | 2022-03-29 | 9 | -56/+56 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Prepare for ILogger drop in RootCollectionTest | Côme Chilliet | 2022-03-24 | 1 | -5/+5 | |
| * | | | | | | Fix more ILogger related problems from tests | Côme Chilliet | 2022-03-24 | 1 | -1/+1 | |
| * | | | | | | Fix ILogger instances in application tests for core parameters | Côme Chilliet | 2022-03-24 | 2 | -4/+4 | |
| * | | | | | | Adapt more code to migration to LoggerInterface | Côme Chilliet | 2022-03-24 | 6 | -48/+48 | |
* | | | | | | | Merge pull request #31696 from nextcloud/fix/user_ldap-fix-migration-lengthch... | Côme Chilliet | 2022-03-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add octetLength and charLength to function builder, and tests | Côme Chilliet | 2022-03-24 | 1 | -2/+1 | |
| * | | | | | | | Use getLengthExpression to measure field length instead of like | Côme Chilliet | 2022-03-24 | 1 | -1/+2 | |
* | | | | | | | | Merge pull request #31736 from nextcloud/bugfix/noid/disable-bulkupload | Joas Schilling | 2022-03-29 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Also comment out in test | Joas Schilling | 2022-03-28 | 2 | -3/+4 | |
| * | | | | | | | | Disable bulk upload by not advertising it | Vincent Petry | 2022-03-28 | 1 | -1/+2 | |
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-29 | 2 | -0/+2 | |
* | | | | | | | | | Merge pull request #31537 from nextcloud/enh/31533/disable-webupdater-biginst... | Simon L | 2022-03-28 | 3 | -2/+173 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | address reviews | szaimen | 2022-03-28 | 1 | -15/+3 | |
| * | | | | | | | | show warning in update admin overview | szaimen | 2022-03-24 | 3 | -2/+185 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #30276 from nextcloud/feature/add_oauth2_migration | Louis | 2022-03-28 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add oauth2_clients migration for Owncloud | Louis Chemineau | 2022-03-24 | 1 | -4/+7 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-28 | 6 | -0/+34 | |
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-26 | 14 | -2/+86 | |
* | | | | | | | | Merge pull request #31708 from nextcloud/enh/noid/apptoken-maxlength | Pytal | 2022-03-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Set max length to app token field to match backend | Vincent Petry | 2022-03-25 | 1 | -0/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* / | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-25 | 26 | -4/+64 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #31265 from nextcloud/fs-limited-setup | Vincent Petry | 2022-03-24 | 11 | -32/+63 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Add missing event dispatcher in test constructor | Vincent Petry | 2022-03-24 | 1 | -1/+1 | |
| * | | | | | Apply suggestions from code review | Robin Appelman | 2022-03-24 | 1 | -1/+1 | |
| * | | | | | invalidate mount cache after share rename | Robin Appelman | 2022-03-24 | 2 | -20/+26 | |
| * | | | | | force full setup after external storage config change | Robin Appelman | 2022-03-24 | 6 | -8/+34 | |
| * | | | | | fix check if dav root is folder | Robin Appelman | 2022-03-24 | 1 | -1/+1 | |
| * | | | | | dont setup full fs after dav auth | Robin Appelman | 2022-03-24 | 1 | -1/+0 | |
* | | | | | | Merge pull request #31520 from nextcloud/fix/31237/new-button-UserStatus | blizzz | 2022-03-24 | 2 | -1/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | quick fix for focus on weather and customize button | Vanessa Pertsch | 2022-03-23 | 1 | -1/+5 | |
| * | | | | | | quick fix for focus on userStatus button | Vanessa Pertsch | 2022-03-23 | 1 | -0/+3 | |
* | | | | | | | Merge pull request #30950 from nextcloud/enh/opcache-recommends-translation | Vincent Petry | 2022-03-24 | 1 | -8/+8 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Add OPcache recommendations to Transifex | MichaIng | 2022-03-22 | 1 | -8/+8 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #30991 from nextcloud/external-remove-config-migration | Robin Appelman | 2022-03-24 | 4 | -223/+2 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | remove old legacy external storage migration logic | Robin Appelman | 2022-02-09 | 4 | -223/+2 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-24 | 20 | -0/+20 | |
* | | | | | | Limit the length of app password names | Joas Schilling | 2022-03-23 | 1 | -0/+8 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-23 | 154 | -128/+194 | |
* | | | | | | Merge pull request #31601 from nextcloud/enh/dashboard-description | Julius Härtl | 2022-03-22 | 1 | -1/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add proper description for the dashboard app | Julius Härtl | 2022-03-17 | 1 | -1/+6 | |
* | | | | | | | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id | Joas Schilling | 2022-03-22 | 1 | -12/+12 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Fix tests | Joas Schilling | 2022-02-23 | 1 | -12/+12 | |
* | | | | | | | Merge pull request #31644 from nextcloud/fix/change-to-tertiary-button | John Molakvoæ | 2022-03-22 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ |