Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | implement federated group shares | Bjoern Schiessle | 2018-07-11 | 4 | -2/+23 | |
* | | | | | | | Merge pull request #10179 from nextcloud/mount-filter | Morris Jobke | 2018-07-11 | 2 | -1/+30 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Add the option to filter mounts for a user | Robin Appelman | 2018-07-10 | 2 | -1/+30 | |
| |/ / / / / | ||||||
* | | | | | | Sanitize parameters in createSessionToken() while logging | Morris Jobke | 2018-07-11 | 1 | -0/+1 | |
* | | | | | | Separate fopen into read and write methods | Julius Härtl | 2018-07-11 | 2 | -5/+26 | |
* | | | | | | Add fopen method to ISimpleFile | Julius Härtl | 2018-07-11 | 2 | -0/+20 | |
* | | | | | | Merge pull request #10125 from nextcloud/feature/9496/comic_mimetypes | Morris Jobke | 2018-07-11 | 1 | -0/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add repair step | Roeland Jago Douma | 2018-07-10 | 1 | -0/+17 | |
| |/ / / / / | ||||||
* / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-11 | 6 | -2/+82 | |
|/ / / / / | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-10 | 26 | -12/+186 | |
* | | | | | Suppress potential SQL injection warning as they are false positives | Morris Jobke | 2018-07-09 | 2 | -0/+4 | |
* | | | | | Add repair job for pending cron jobs | Morris Jobke | 2018-07-09 | 4 | -0/+78 | |
* | | | | | Only wait for cron if fix for endless wait is included | Morris Jobke | 2018-07-09 | 1 | -2/+6 | |
* | | | | | Unlock failed cron jobs and set a high "last_checked" value to avoid continou... | Morris Jobke | 2018-07-09 | 1 | -0/+9 | |
|/ / / / | ||||||
* | | | | Merge pull request #10120 from nextcloud/allow-to-disable-encryption | Morris Jobke | 2018-07-09 | 1 | -2/+6 | |
|\ \ \ \ | ||||||
| * | | | | allow to disable encryption | Bjoern Schiessle | 2018-07-05 | 1 | -2/+6 | |
| |/ / / | ||||||
* | | | | Add visio mimetypes | Joas Schilling | 2018-07-06 | 1 | -0/+17 | |
* | | | | Merge pull request #10116 from nextcloud/lock-negative | Morris Jobke | 2018-07-06 | 1 | -2/+8 | |
|\ \ \ \ | ||||||
| * | | | | prevent lock values from going negative with memcache backend | Robin Appelman | 2018-07-05 | 1 | -2/+8 | |
* | | | | | Merge pull request #9791 from nextcloud/3rdparty/noid/bump_swiftmailer | Joas Schilling | 2018-07-06 | 2 | -33/+24 | |
|\ \ \ \ \ | ||||||
| * | | | | | Swift to \Swift_Mailer as abstraction | Roeland Jago Douma | 2018-07-04 | 1 | -12/+9 | |
| * | | | | | Make swift 6 compatible | Roeland Jago Douma | 2018-07-04 | 1 | -26/+16 | |
| * | | | | | Kill php mail from settings | Roeland Jago Douma | 2018-07-04 | 1 | -0/+4 | |
* | | | | | | Fix remnants of refactoring | Morris Jobke | 2018-07-05 | 1 | -2/+2 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Fix PHPDoc | Morris Jobke | 2018-07-05 | 1 | -1/+1 | |
* | | | | | getDeletedSharedWith method | John Molakvoæ (skjnldsv) | 2018-07-05 | 2 | -0/+33 | |
* | | | | | Add API to undelete delete group shares | Roeland Jago Douma | 2018-07-05 | 4 | -0/+74 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #9345 from nextcloud/federation20 | Morris Jobke | 2018-07-03 | 21 | -5/+1702 | |
|\ \ \ \ | ||||||
| * | | | | cache results from ocm end-point discovery | Bjoern Schiessle | 2018-07-02 | 1 | -0/+11 | |
| * | | | | fix return type from send share | Bjoern Schiessle | 2018-07-02 | 2 | -2/+3 | |
| * | | | | look for correct OCM permissions | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 | |
| * | | | | add support for different share types | Bjoern Schiessle | 2018-07-02 | 1 | -0/+9 | |
| * | | | | cleanup variable naming, it is actually a resource type | Bjoern Schiessle | 2018-07-02 | 2 | -19/+17 | |
| * | | | | some minor fixes and clode cleanup | Bjoern Schiessle | 2018-07-02 | 12 | -4/+95 | |
| * | | | | replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC... | Bjoern Schiessle | 2018-07-02 | 5 | -35/+9 | |
| * | | | | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 3 | -5/+7 | |
| * | | | | detect correctly if a share was send successful | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 | |
| * | | | | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 4 | -3/+113 | |
| * | | | | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 8 | -29/+61 | |
| * | | | | check API Version | Bjoern Schiessle | 2018-07-02 | 1 | -1/+5 | |
| * | | | | send accept share notification (WIP) | Bjoern Schiessle | 2018-07-02 | 7 | -24/+108 | |
| * | | | | use new API to send a federated share if possible | Bjoern Schiessle | 2018-07-02 | 6 | -16/+80 | |
| * | | | | check if cloud federation api is ready | Bjoern Schiessle | 2018-07-02 | 3 | -2/+25 | |
| * | | | | implement receiving of federated shares | Bjoern Schiessle | 2018-07-02 | 2 | -7/+11 | |
| * | | | | start implementing federated sharing 2.0 | Bjoern Schiessle | 2018-07-02 | 18 | -2/+1292 | |
* | | | | | Revert "Fix undeclared method warning in phan" | Morris Jobke | 2018-07-03 | 1 | -1/+0 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #10080 from nextcloud/bugfix/noid/fix-phan-warning | Morris Jobke | 2018-07-02 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix undeclared method warning in phan | Morris Jobke | 2018-07-02 | 1 | -0/+1 | |
* | | | | | Merge pull request #10079 from nextcloud/search-double-slash | Morris Jobke | 2018-07-02 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | fix double slash in search result path when the result is in a submount | Robin Appelman | 2018-07-02 | 1 | -1/+1 |