Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #27199 from nextcloud/fix/26683/use-noreply-as-share-email | Morris Jobke | 2021-05-28 | 1 | -1/+1 |
|\ | |||||
| * | Use noreply@ as email address for share emails | Morris Jobke | 2021-05-28 | 1 | -1/+1 |
* | | Merge pull request #27187 from Simounet/fix/comments-query-oracle-limit-compl... | Morris Jobke | 2021-05-28 | 1 | -5/+10 |
|\ \ | |/ |/| | |||||
| * | Fix Oracle query limit compliance in Comments | Simounet | 2021-05-28 | 1 | -5/+10 |
* | | Merge pull request #25770 from nextcloud/fix/25742/cli-cache-backend-recursion | blizzz | 2021-05-27 | 1 | -26/+6 |
|\ \ | |/ |/| | |||||
| * | Don't allow executing cli if cache backend is unavailable | Richard Steinmetz | 2021-05-26 | 1 | -26/+6 |
* | | Merge pull request #27043 from nextcloud/storage-info-include-external | Morris Jobke | 2021-05-25 | 1 | -6/+15 |
|\ \ | |||||
| * | | fix return value of getStorageInfo when 'quota_include_external_storage' is e... | Robin Appelman | 2021-05-20 | 1 | -6/+15 |
* | | | Merge pull request #27035 from nextcloud/techdebt/26866/userscontroller-accou... | blizzz | 2021-05-25 | 2 | -4/+17 |
|\ \ \ | |||||
| * | | | do not use private AccountManager in UsersController | Arthur Schiwon | 2021-05-25 | 2 | -4/+17 |
* | | | | Merge pull request #23065 from TomG736/FixEmptyDisplayName | Morris Jobke | 2021-05-25 | 1 | -1/+5 |
|\ \ \ \ | |||||
| * | | | | Fix indentation error | Tom Grant | 2021-03-17 | 1 | -4/+4 |
| * | | | | Fix null displayname crash as described in #21885 | tgrant | 2021-03-17 | 1 | -1/+5 |
* | | | | | Remove unused constants | Lukas Reschke | 2021-05-25 | 1 | -13/+0 |
* | | | | | Merge pull request #26600 from hosting-de/feature/occ-tags | Morris Jobke | 2021-05-25 | 1 | -0/+15 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Add commands to manage tags via OCC | Johannes Leuker | 2021-05-25 | 1 | -0/+15 |
* | | | | | Merge pull request #27062 from nextcloud/search-limit-offset-jail | Vincent Petry | 2021-05-25 | 1 | -7/+2 |
|\ \ \ \ \ | |||||
| * | | | | | properly use limit and offset for search in Jail wrapper | Robin Appelman | 2021-05-21 | 1 | -7/+2 |
* | | | | | | Merge pull request #27040 from nextcloud/FlorentCoppint-master | Morris Jobke | 2021-05-25 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Avoid reading ~/.aws/config when using S3 provider | Florent | 2021-05-20 | 1 | -0/+1 |
* | | | | | | | Merge pull request #27052 from nextcloud/bugfix/noid/fix-log-entry-readability | kesselb | 2021-05-21 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Fix log entry readability | Joas Schilling | 2021-05-21 | 1 | -2/+2 |
* | | | | | | | Merge pull request #26727 from nextcloud/group-exclude-link-share | Morris Jobke | 2021-05-21 | 3 | -90/+73 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | allow excluding groups from creating link shares | Robin Appelman | 2021-05-12 | 2 | -61/+62 |
| * | | | | | | | load share settings from the share manager in more places | Robin Appelman | 2021-05-12 | 1 | -29/+11 |
* | | | | | | | | Merge pull request #25679 from nextcloud/drop/ocp-user | Morris Jobke | 2021-05-21 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||||
| * | | | | | | | Drop \OCP\User | Christoph Wurst | 2021-05-21 | 2 | -2/+2 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #26832 from nextcloud/object-close-stream-non-count | Julius Härtl | 2021-05-21 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | explicitly close source stream on object store upload even if count wrapper i... | Robin Appelman | 2021-04-29 | 1 | -0/+3 |
* | | | | | | | | Rename External storages to External storage | szaimen | 2021-05-20 | 2 | -2/+2 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | l10n: Unify spelling | Valdnet | 2021-05-20 | 1 | -13/+13 |
* | | | | | | | l10n: Unify spelling | Valdnet | 2021-05-20 | 1 | -5/+5 |
* | | | | | | | l10n: Unify spelling | Valdnet | 2021-05-20 | 1 | -2/+2 |
* | | | | | | | l10n: Unify spelling | Valdnet | 2021-05-20 | 1 | -1/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | better cleanup of filecache when deleting an external storage | Robin Appelman | 2021-05-19 | 1 | -0/+40 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Refine version comparision for repair job for major version updates | Morris Jobke | 2021-05-19 | 1 | -2/+3 |
* | | | | | Merge pull request #26834 from nextcloud/enh/only_run_once | Joas Schilling | 2021-05-19 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Inject the repair job only once | Roeland Jago Douma | 2021-04-29 | 1 | -1/+2 |
| |/ / / / | |||||
* | | | | | Merge pull request #26852 from nextcloud/fix-noauth-cors | Joas Schilling | 2021-05-19 | 1 | -5/+4 |
|\ \ \ \ \ | |||||
| * | | | | | fix error when using CORS with no auth credentials | korelstar | 2021-05-18 | 1 | -5/+4 |
* | | | | | | Merge pull request #26963 from nextcloud/bugfix/noid/empty-template-error | Roeland Jago Douma | 2021-05-19 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix log error when creating files from an empty template | Julius Härtl | 2021-05-18 | 1 | -0/+1 |
* | | | | | | | Merge pull request #26322 from nextcloud/recent-search | Julius Härtl | 2021-05-18 | 1 | -161/+36 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | adjust tests | Robin Appelman | 2021-04-21 | 1 | -1/+0 |
| * | | | | | | use search query for Folder::getRecent | Robin Appelman | 2021-04-21 | 1 | -160/+36 |
* | | | | | | | Merge pull request #26626 from J0WI/strict-security | Roeland Jago Douma | 2021-05-18 | 5 | -29/+45 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Make Security module strict | J0WI | 2021-04-19 | 5 | -29/+45 |
* | | | | | | | Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta... | blizzz | 2021-05-13 | 2 | -3/+11 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix unauthorized OCS status in provisioning | Joas Schilling | 2021-05-12 | 2 | -3/+11 |
* | | | | | | | | Repair job to use public AccoutManager API | Arthur Schiwon | 2021-05-12 | 1 | -12/+10 |
| |_|_|_|/ / / |/| | | | | | |