Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Christoph Wurst | 2019-12-05 | 629 | -931/+1736 |
* | Merge pull request #17941 from nextcloud/search-by-owner | Roeland Jago Douma | 2019-12-05 | 4 | -19/+48 |
|\ | |||||
| * | remove old 'owner' filter | Robin Appelman | 2019-12-03 | 1 | -5/+0 |
| * | Allow filtering the search results to the users home storage | Robin Appelman | 2019-12-03 | 4 | -19/+53 |
* | | Merge pull request #18130 from nextcloud/bugfix/noid/prevent-creating-users-w... | Roeland Jago Douma | 2019-12-05 | 1 | -7/+19 |
|\ \ | |||||
| * | | Prevent creating users with existing files | Joas Schilling | 2019-12-04 | 1 | -7/+19 |
* | | | Merge pull request #18163 from nextcloud/fix_file_size | Roeland Jago Douma | 2019-12-04 | 1 | -1/+3 |
|\ \ \ | |||||
| * | | | fix filename size, add comment | Greta Doci | 2019-12-04 | 1 | -1/+3 |
* | | | | Merge pull request #17833 from nextcloud/propagator-no-negative-sizes | Roeland Jago Douma | 2019-12-04 | 3 | -2/+22 |
|\ \ \ \ | |||||
| * | | | | dont set folder size to negative values during propagation | Robin Appelman | 2019-11-26 | 1 | -2/+5 |
| * | | | | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 2 | -0/+17 |
* | | | | | Merge pull request #18161 from nextcloud/fix/noid/absocsroute-subfolder | Roeland Jago Douma | 2019-12-04 | 1 | -2/+3 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | fix generation of an url to an absolute ocs route when NC in subfolder | Arthur Schiwon | 2019-11-29 | 1 | -2/+3 |
* | | | | | Merge pull request #17949 from nextcloud/debt/deprecated-const | Joas Schilling | 2019-12-04 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Connection::TRANSACTION_READ_COMMITTED is deprecated | Daniel Kesselberg | 2019-11-14 | 1 | -1/+2 |
* | | | | | | Set last-password-confirmation for setup | Roeland Jago Douma | 2019-12-03 | 1 | -0/+4 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge pull request #17443 from nextcloud/enh/expired_token_on_invalid_pass | Roeland Jago Douma | 2019-12-03 | 2 | -0/+40 |
|\ \ \ \ \ | |||||
| * | | | | | Throw an invalid token exception is token is marked outdated | Roeland Jago Douma | 2019-12-02 | 2 | -0/+40 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #18028 from nextcloud/enhancement/user-create-events | Roeland Jago Douma | 2019-12-03 | 2 | -8/+17 |
|\ \ \ \ \ | |||||
| * | | | | | Add typed create user events | Christoph Wurst | 2019-12-03 | 2 | -8/+17 |
* | | | | | | Merge pull request #18151 from nextcloud/bugfix/noid/overwrite-host-proxy | Roeland Jago Douma | 2019-12-03 | 1 | -0/+5 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Always return overwritehost if configured | Julius Härtl | 2019-11-28 | 1 | -0/+5 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #18149 from nextcloud/fix/18148/dont-create-bundle-too-early | Roeland Jago Douma | 2019-11-29 | 1 | -11/+17 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | delay creation of the cert bundle | Arthur Schiwon | 2019-11-28 | 1 | -11/+17 |
| |/ / / | |||||
* | | | | Merge pull request #18150 from nextcloud/docs/noid/files-api-exceptions | Roeland Jago Douma | 2019-11-28 | 3 | -18/+44 |
|\ \ \ \ | |||||
| * | | | | Properly anotate LockedException in files node api | Julius Härtl | 2019-11-28 | 3 | -18/+44 |
| |/ / / | |||||
* / / / | Check for boolean value | Julius Härtl | 2019-11-28 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #17625 from nextcloud/enh/noid/direct-editing | Roeland Jago Douma | 2019-11-28 | 3 | -0/+314 |
|\ \ \ | |||||
| * | | | Code style fixes and cleanup | Julius Härtl | 2019-11-27 | 1 | -4/+1 |
| * | | | Move editor list to capabilities | Julius Härtl | 2019-11-27 | 1 | -2/+7 |
| * | | | encapsulate templates | tobiasKaminsky | 2019-11-27 | 1 | -1/+3 |
| * | | | Direct editing API to allow file editing using a one-time token for | Julius Härtl | 2019-11-27 | 3 | -0/+310 |
* | | | | Merge pull request #17725 from nextcloud/enh/share_exp_internal | Roeland Jago Douma | 2019-11-28 | 3 | -6/+145 |
|\ \ \ \ | |||||
| * | | | | Expose internal expiration dates to JS | Roeland Jago Douma | 2019-11-27 | 1 | -1/+11 |
| * | | | | Actualy return data | Roeland Jago Douma | 2019-11-27 | 1 | -8/+1 |
| * | | | | Allow internal shares to have a default expiration date | Roeland Jago Douma | 2019-11-27 | 2 | -5/+141 |
| |/ / / | |||||
* | | | | Merge pull request #18064 from nextcloud/feature/php74 | Roeland Jago Douma | 2019-11-28 | 2 | -7/+23 |
|\ \ \ \ | |||||
| * | | | | Improve etag handling | Roeland Jago Douma | 2019-11-27 | 1 | -6/+20 |
| * | | | | Fix logger test | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| * | | | | Sensitive values handling | Roeland Jago Douma | 2019-11-27 | 1 | -2/+4 |
| |/ / / | |||||
* / / / | Use person icon for personal settings | Julius Härtl | 2019-11-27 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #18019 from nextcloud/enhancement/password-policy-events | Roeland Jago Douma | 2019-11-27 | 2 | -10/+9 |
|\ \ \ | |||||
| * | | | Add typed events for password_policy | Christoph Wurst | 2019-11-27 | 2 | -10/+9 |
* | | | | Merge pull request #17834 from nextcloud/enh/noid/generic-event-replacement-tk2 | blizzz | 2019-11-27 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Files first to use own GenericEvent | Arthur Schiwon | 2019-11-26 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #17939 from nextcloud/fix/token-insert-conflict-handling | Roeland Jago Douma | 2019-11-26 | 1 | -9/+24 |
|\ \ \ | |||||
| * | | | Handle token insert conflicts | Christoph Wurst | 2019-11-26 | 1 | -9/+24 |
| |/ / | |||||
* / / | Fix autocomplete suggestions with numeric user ids | Joas Schilling | 2019-11-26 | 2 | -3/+4 |
|/ / | |||||
* | | Merge pull request #18108 from nextcloud/refactor/strict-credential-store | Roeland Jago Douma | 2019-11-26 | 1 | -3/+4 |
|\ \ | |||||
| * | | Add return type hint to credential store and make it strict | Christoph Wurst | 2019-11-25 | 1 | -3/+4 |