| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Remove admin_notifications since it is obsolete since Nextcloud 14 | Julius Härtl | 2020-03-24 | 1 | -1/+0 |
| |_|/ /
|/| | | |
|
* | | | | Merge pull request #17684 from mlatief/support-no-proxy | Roeland Jago Douma | 2020-03-22 | 1 | -7/+34 |
|\ \ \ \ |
|
| * | | | | Add support for GuzzleHTTP 'no' proxy | Mohammed Abdellatif | 2020-02-29 | 1 | -7/+34 |
| | |/ /
| |/| | |
|
* | | | | Expose enumeration config though share manager | Julius Härtl | 2020-03-20 | 1 | -0/+9 |
* | | | | Limit enumeration in contacts store | Julius Härtl | 2020-03-20 | 1 | -1/+2 |
* | | | | Limit user search in Collaborators plugins | Julius Härtl | 2020-03-20 | 3 | -5/+50 |
* | | | | Fix recursive calls in logging via server methods | Joas Schilling | 2020-03-18 | 2 | -162/+196 |
* | | | | Merge pull request #19978 from nextcloud/harden/check_for_owner | Roeland Jago Douma | 2020-03-18 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | Actually check if the owner is not null | Roeland Jago Douma | 2020-03-16 | 1 | -0/+5 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #19981 from nextcloud/enh/reset_target_if_null_after_share | Roeland Jago Douma | 2020-03-18 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | Update the target when it isempty after sharing | Roeland Jago Douma | 2020-03-16 | 1 | -0/+5 |
| |/ / / |
|
* | | | | Move deprecated aliases over to new registration | Roeland Jago Douma | 2020-03-15 | 1 | -64/+64 |
* | | | | Add a deprecated alias registration to find deprecated usages | Roeland Jago Douma | 2020-03-15 | 1 | -0/+17 |
|/ / / |
|
* | | | Merge pull request #19954 from roscomputing/fix/19941/fix_safari_useragent | Roeland Jago Douma | 2020-03-15 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | fix safari useragent for versions with 3 digits | Pavel Krasikov | 2020-03-14 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #19910 from nextcloud/bugfix/noid/invalid-from-mail | Roeland Jago Douma | 2020-03-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Do not use the instance name as user part of from mail addresses | Julius Härtl | 2020-03-12 | 1 | -1/+1 |
* | | | Merge pull request #19888 from nextcloud/fix/objectstore_rename_mimetype | Roeland Jago Douma | 2020-03-12 | 1 | -6/+1 |
|\ \ \ |
|
| * | | | Get correct mimetype on objectstores | Roeland Jago Douma | 2020-03-11 | 1 | -6/+1 |
| |/ / |
|
* / / | Only load required scripts on install page | Julius Härtl | 2020-03-11 | 1 | -8/+10 |
|/ / |
|
* | | Merge pull request #19812 from nextcloud/enh/noid/subscription-config | Roeland Jago Douma | 2020-03-10 | 1 | -0/+13 |
|\ \ |
|
| * | | Add system config flag to manually set that a subscription is available | Julius Härtl | 2020-03-10 | 1 | -0/+13 |
* | | | Merge pull request #19746 from nextcloud/locked-exception-forward-existing | Roeland Jago Douma | 2020-03-09 | 1 | -4/+7 |
|\ \ \ |
|
| * | | | pass the existing locks info when making locked exception with absolute paths | Robin Appelman | 2020-03-02 | 1 | -4/+7 |
| | |/
| |/| |
|
* | | | Merge pull request #19820 from nextcloud/fix/mismatching-docblock-return-type | Christoph Wurst | 2020-03-09 | 4 | -6/+13 |
|\ \ \ |
|
| * | | | Fix mismatching docblock return types | Christoph Wurst | 2020-03-06 | 4 | -6/+13 |
| | |/
| |/| |
|
* / | | Fix mismatching doc block parameter types | Christoph Wurst | 2020-03-06 | 5 | -5/+6 |
|/ / |
|
* | | Merge pull request #19743 from nextcloud/cache-updater-storage-mtime-false | Roeland Jago Douma | 2020-03-05 | 1 | -6/+9 |
|\ \ |
|
| * | | dont try to update storage mtime if we can't get the mtime | Robin Appelman | 2020-03-02 | 1 | -6/+9 |
| |/ |
|
* | | Merge pull request #19742 from nextcloud/bug/19740/add-msg-for-exception | blizzz | 2020-03-02 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Add message for DoesNotExistException | Daniel Kesselberg | 2020-03-02 | 1 | -2/+2 |
* | | allow writing content directly when creating new SimpleFile | Robin Appelman | 2020-02-28 | 2 | -4/+9 |
* | | Create SimpleFile only when writing the content | Robin Appelman | 2020-02-28 | 5 | -7/+233 |
* | | Merge pull request #19670 from nextcloud/techdebt/noid/allow-to-remove-listeners | Christoph Wurst | 2020-02-27 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Allow to remove listeners | Joas Schilling | 2020-02-27 | 1 | -0/+5 |
* | | Merge pull request #19433 from nextcloud/bugfix/noid/fix-installing-talk | blizzz | 2020-02-26 | 1 | -2/+13 |
|\ \
| |/
|/| |
|
| * | Hardcode Talk namespace to fix install due to global route | Joas Schilling | 2020-02-14 | 1 | -2/+13 |
* | | Merge pull request #19528 from nextcloud/bugfix/noid/remove-user-root-from-er... | Roeland Jago Douma | 2020-02-22 | 1 | -2/+4 |
|\ \ |
|
| * | | Strip of users home path from share api message | Joas Schilling | 2020-02-20 | 1 | -2/+4 |
* | | | Merge pull request #18227 from nextcloud/bug/17947/set-transaction-isolation-... | Christoph Wurst | 2020-02-21 | 3 | -2/+47 |
|\ \ \ |
|
| * | | | Add event subscriber for transaction isolation level | Daniel Kesselberg | 2020-02-21 | 3 | -2/+47 |
| |/ / |
|
* | | | Merge pull request #19412 from nextcloud/fix/19404/make-favorite-public | Christoph Wurst | 2020-02-21 | 1 | -10/+9 |
|\ \ \
| |/ /
|/| | |
|
| * | | Make TAG_FAVORITE public | Daniel Kesselberg | 2020-02-12 | 1 | -10/+9 |
* | | | when we receive intentional empty whats new info, do not try to show it | Arthur Schiwon | 2020-02-13 | 1 | -1/+5 |
* | | | Allow to overwrite the path on the cache event | Joas Schilling | 2020-02-13 | 1 | -0/+8 |
| |/
|/| |
|
* | | Merge pull request #19424 from nextcloud/bugfix/noid/dont-create-invalid-users | Roeland Jago Douma | 2020-02-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Don't create invalid users | Joas Schilling | 2020-02-12 | 1 | -1/+1 |
* | | | disable timeout on app install via cli | Arthur Schiwon | 2020-02-12 | 2 | -7/+15 |
* | | | Allow to serve static mp4 directly | Julius Härtl | 2020-02-12 | 1 | -1/+1 |
* | | | Allow to serve static webm directly | Roeland Jago Douma | 2020-02-12 | 1 | -1/+1 |