Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Add missing getUser method to direct editing IToken interface | Julius Härtl | 2019-12-03 | 1 | -0/+6 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #18215 from nextcloud/fix/setup/password_confirmation | Roeland Jago Douma | 2019-12-04 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Set last-password-confirmation for setup | Roeland Jago Douma | 2019-12-03 | 1 | -0/+4 | |
| |/ / / / / | ||||||
* / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-04 | 2 | -24/+24 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #17443 from nextcloud/enh/expired_token_on_invalid_pass | Roeland Jago Douma | 2019-12-03 | 4 | -0/+42 | |
|\ \ \ \ \ | ||||||
| * | | | | | Throw an invalid token exception is token is marked outdated | Roeland Jago Douma | 2019-12-02 | 4 | -0/+42 | |
* | | | | | | Merge pull request #18028 from nextcloud/enhancement/user-create-events | Roeland Jago Douma | 2019-12-03 | 6 | -8/+155 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add typed create user events | Christoph Wurst | 2019-12-03 | 6 | -8/+155 | |
* | | | | | | | 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 #18167 from nextcloud/simplify-versioncheck | Roeland Jago Douma | 2019-12-02 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Use PHP_VERSION_ID to check for the current php version | Daniel Kesselberg | 2019-12-02 | 1 | -2/+2 | |
| | |_|_|/ / | |/| | | | | ||||||
* / | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-02 | 2 | -0/+16 | |
|/ / / / / | ||||||
* | | | | | 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 #18062 from nextcloud/drop/php71 | Roeland Jago Douma | 2019-11-29 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Drop php 7.1 support | Roeland Jago Douma | 2019-11-28 | 1 | -3/+3 | |
| |/ / / / | ||||||
* | / / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-29 | 2 | -22/+22 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #18134 from nextcloud/enh/noid/flow-extend-scope | Roeland Jago Douma | 2019-11-28 | 8 | -0/+227 | |
|\ \ \ \ | ||||||
| * | | | | add convenience interfaces so entities can provide presentable details | Arthur Schiwon | 2019-11-28 | 7 | -0/+188 | |
| * | | | | allow user flows when the acting user is legitimate, but not its owner | Arthur Schiwon | 2019-11-28 | 2 | -0/+39 | |
| |/ / / | ||||||
* | | | | Merge pull request #18150 from nextcloud/docs/noid/files-api-exceptions | Roeland Jago Douma | 2019-11-28 | 5 | -31/+73 | |
|\ \ \ \ | ||||||
| * | | | | Properly anotate LockedException in files node api | Julius Härtl | 2019-11-28 | 5 | -31/+73 | |
| |/ / / | ||||||
* / / / | 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 | 12 | -0/+844 | |
|\ \ \ | ||||||
| * | | | Add mimetype to creators | Julius Härtl | 2019-11-27 | 1 | -0/+8 | |
| * | | | Code style fixes and cleanup | Julius Härtl | 2019-11-27 | 3 | -8/+5 | |
| * | | | 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 | 12 | -0/+832 | |
* | | | | 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 | 3 | -10/+26 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
| * | | | | Allow php7.4 | Christoph Wurst | 2019-11-27 | 1 | -3/+3 | |
| |/ / / | ||||||
* | | | | Merge pull request #18141 from nextcloud/design/noid/personal-info-icon | Roeland Jago Douma | 2019-11-28 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Use person icon for personal settings | Julius Härtl | 2019-11-27 | 1 | -1/+1 | |
| |/ / / | ||||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-28 | 2 | -80/+80 | |
|/ / / | ||||||
* | | | Merge pull request #18019 from nextcloud/enhancement/password-policy-events | Roeland Jago Douma | 2019-11-27 | 6 | -10/+114 | |
|\ \ \ | ||||||
| * | | | Add typed events for password_policy | Christoph Wurst | 2019-11-27 | 6 | -10/+114 | |
* | | | | Merge pull request #17834 from nextcloud/enh/noid/generic-event-replacement-tk2 | blizzz | 2019-11-27 | 4 | -1/+172 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Files first to use own GenericEvent | Arthur Schiwon | 2019-11-26 | 1 | -1/+1 | |
| * | | | add Nextcloud specific GenericEvent implementation | Arthur Schiwon | 2019-11-26 | 3 | -0/+171 | |
| | |/ | |/| | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-27 | 2 | -2/+2 | |
* | | | 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 | |
| |/ / |