Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| |/ / | ||||||
* | | | Merge pull request #17948 from nextcloud/enh/check-if-property-is-bool | Roeland Jago Douma | 2019-11-26 | 1 | -6/+18 | |
|\ \ \ | ||||||
| * | | | Make isXXX available for bool properties only | Daniel Kesselberg | 2019-11-16 | 1 | -6/+18 | |
| | |/ | |/| | ||||||
* | | | 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 | 2 | -7/+9 | |
|\ \ | ||||||
| * | | Add return type hint to credential store and make it strict | Christoph Wurst | 2019-11-25 | 2 | -7/+9 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-26 | 2 | -4/+4 | |
* | | | Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-result | blizzz | 2019-11-25 | 3 | -84/+98 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | reformat Setup.php | Arthur Schiwon | 2019-11-25 | 1 | -55/+59 | |
| * | | reformat code for @skjnldsv <3 | Arthur Schiwon | 2019-11-25 | 1 | -16/+22 | |
| * | | fix documentation, get and createGroup may return null | Arthur Schiwon | 2019-11-25 | 3 | -7/+10 | |
| * | | take group creation result into consideration | Arthur Schiwon | 2019-11-25 | 1 | -9/+10 | |
* | | | Merge pull request #18079 from nextcloud/fixes/phpcs | Roeland Jago Douma | 2019-11-25 | 334 | -329/+331 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 334 | -329/+331 | |
* | | | Merge pull request #18073 from nextcloud/harden/cache/watcher | Roeland Jago Douma | 2019-11-25 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Harden watcher | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 | |
| |/ / | ||||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-23 | 2 | -8/+8 | |
|/ / | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-22 | 2 | -2/+2 | |
* | | Merge pull request #18029 from nextcloud/feature/public-post-login-event | Roeland Jago Douma | 2019-11-21 | 4 | -14/+26 | |
|\ \ | ||||||
| * | | Make the post login event public | Christoph Wurst | 2019-11-20 | 4 | -14/+26 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-21 | 2 | -2/+2 | |
* | | | Merge pull request #18009 from nextcloud/bugfix/noid/install-with-mysql-8.0.4+ | Roeland Jago Douma | 2019-11-20 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Fix installing with MySQL 8.0.4+ | Joas Schilling | 2019-11-20 | 1 | -2/+2 | |
| |/ / | ||||||
* / / | Do not check for updates if we have no internet | Roeland Jago Douma | 2019-11-20 | 1 | -1/+6 | |
|/ / | ||||||
* | | Merge pull request #17824 from nextcloud/fix/dav/catch_forbidden | Roeland Jago Douma | 2019-11-20 | 1 | -0/+5 | |
|\ \ | ||||||
| * | | Catch forbidden http status code | Roeland Jago Douma | 2019-11-17 | 1 | -0/+5 | |
* | | | Merge pull request #17850 from nextcloud/bugfix/noid/mark-spreed-as-active-on... | Joas Schilling | 2019-11-20 | 1 | -0/+6 | |
|\ \ \ | ||||||
| * | | | Make phan happy ;) | Daniel Kesselberg | 2019-11-19 | 1 | -1/+2 | |
| * | | | Mark "Talk" active on /call/token URLs | Joas Schilling | 2019-11-12 | 1 | -0/+5 |