Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix more things | Joas Schilling | 2016-02-19 | 2 | -3/+2 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-19 | 2 | -0/+2 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | set correct http status code | v1r0x | 2016-02-18 | 1 | -1/+1 |
| | | | Was intended to respond with a 303 (See other) status code instead of 307 (Temporary Redirect). | ||||
* | More characters are allowed on POSIX systems | Roeland Jago Douma | 2016-02-12 | 1 | -2/+3 |
| | |||||
* | No longer evaluate appinfo/version | Thomas Müller | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | make it backward compatible to work with signed and un-signed files | Björn Schießle | 2016-02-09 | 1 | -3/+4 |
| | |||||
* | Merge pull request #22192 from owncloud/fix_19685 | Thomas Müller | 2016-02-09 | 1 | -0/+1 |
|\ | | | | | Only set the default expiration date on share creation | ||||
| * | Throw exception | Roeland Jago Douma | 2016-02-09 | 1 | -1/+2 |
| | | |||||
| * | Only set the default expiration date on share creation | Roeland Jago Douma | 2016-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Fixes #19685 The default expiration date should only be set when we create a new share. So if a share is created and the expiration date is unset. And after that the password is updated the expiration date should remain unset. | ||||
* | | Merge pull request #22252 from owncloud/consolidate-user-set-quota | C. Montero Luque | 2016-02-09 | 1 | -0/+19 |
|\ \ | | | | | | | Consolidate getQuota and setQuota methods in User instance | ||||
| * | | Doc improvements | Arthur Schiwon | 2016-02-09 | 1 | -1/+3 |
| | | | |||||
| * | | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -0/+17 |
| | | | |||||
* | | | Merge pull request #22228 from owncloud/comments-limit-message | Thomas Müller | 2016-02-09 | 2 | -0/+32 |
|\ \ \ | |/ / |/| | | Limit comment message to 1k chars | ||||
| * | | on DAV throw Bad Request if provided message is too long | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 |
| | | | |||||
| * | | Limit comment message to 1k chars | Arthur Schiwon | 2016-02-09 | 2 | -0/+32 |
| |/ | |||||
* / | Send events when enabling and disabling of apps | Arthur Schiwon | 2016-02-09 | 1 | -0/+86 |
|/ | |||||
* | Merge pull request #22200 from owncloud/node-checksum-resolvefileinfo | Thomas Müller | 2016-02-08 | 1 | -0/+10 |
|\ | | | | | Make sure fileinfo exists when calling getCheckSum in node API | ||||
| * | Add proper throw tags to File | Roeland Jago Douma | 2016-02-08 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #22164 from owncloud/files_external-verify | Thomas Müller | 2016-02-08 | 1 | -0/+26 |
|\ \ | | | | | | | Add occ command to verify storage configurations | ||||
| * | | Add occ command to verify storage configurations | Robin Appelman | 2016-02-08 | 1 | -0/+26 |
| |/ | |||||
* / | Respect not allowing outgoing shares | Roeland Jago Douma | 2016-02-08 | 1 | -0/+7 |
|/ | |||||
* | getSharesBy should also expire link shares | Roeland Jago Douma | 2016-02-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #22139 from owncloud/comments-files-cleanup | Thomas Müller | 2016-02-06 | 1 | -0/+10 |
|\ | | | | | cleanup jobs for comments and comment read marks | ||||
| * | Move casting to IExpressionBuilder | Joas Schilling | 2016-02-05 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #22166 from owncloud/remove-local-folder | Thomas Müller | 2016-02-06 | 2 | -19/+0 |
|\ \ | | | | | | | remove unused Storage->getLocalFolder | ||||
| * | | remove unused Storage->getLocalFolder | Robin Appelman | 2016-02-05 | 2 | -19/+0 |
| | | | |||||
* | | | Merge pull request #22169 from owncloud/cache-interface-fixes | Thomas Müller | 2016-02-05 | 2 | -10/+8 |
|\ \ \ | |_|/ |/| | | Cache interface cleanup/phpdoc | ||||
| * | | remove unused Storage->search | Robin Appelman | 2016-02-05 | 1 | -9/+0 |
| | | | |||||
| * | | additional phpdoc for search | Robin Appelman | 2016-02-05 | 1 | -1/+1 |
| | | | |||||
| * | | add deprecation notice to search methods | Robin Appelman | 2016-02-05 | 1 | -0/+7 |
| |/ | |||||
* | | Merge pull request #22152 from owncloud/activities-for-comments | Thomas Müller | 2016-02-05 | 2 | -1/+71 |
|\ \ | | | | | | | Activities for comments | ||||
| * | | Dispatch events when adding, updating and deleting comments | Joas Schilling | 2016-02-05 | 2 | -1/+71 |
| |/ | |||||
* / | Dispatch an event when a console command is run | Joas Schilling | 2016-02-05 | 1 | -0/+69 |
|/ | |||||
* | Also add type (file/folder) to IShare object | Roeland Jago Douma | 2016-02-04 | 1 | -0/+26 |
| | | | | We need this for the hooks :( | ||||
* | Make the share object lazy | Roeland Jago Douma | 2016-02-04 | 1 | -4/+12 |
| | | | | | Share providers can now just pass in a fileId. And the node will only be created once needed. | ||||
* | Merge pull request #22110 from owncloud/comment-types-always-plural | Thomas Müller | 2016-02-04 | 2 | -7/+7 |
|\ | | | | | types shall always be plural | ||||
| * | types shall always be plural | Arthur Schiwon | 2016-02-03 | 2 | -7/+7 |
| | | |||||
* | | [Share 2.0] Fix shareManager | Roeland Jago Douma | 2016-02-03 | 1 | -10/+10 |
| | | |||||
* | | [Share 2.0] Fix defaultshare provider | Roeland Jago Douma | 2016-02-03 | 1 | -1/+1 |
| | | |||||
* | | [Share 2.0] Use strings for ids | Roeland Jago Douma | 2016-02-03 | 2 | -17/+17 |
|/ | | | | | | | | | | | * sharedWith * sharedBy * shareOwner Now all set/get strings with the id. (userId, groupId, federatedsharerId). This to avoid a huge amount of if statements | ||||
* | Merge pull request #22071 from owncloud/cache-split-insert | Thomas Müller | 2016-02-03 | 1 | -0/+13 |
|\ | | | | | split cache->insert from cache->put | ||||
| * | split cache->insert from cache->put | Robin Appelman | 2016-02-03 | 1 | -0/+13 |
| | | |||||
* | | Merge pull request #22070 from owncloud/share2_exceptions | Thomas Müller | 2016-02-03 | 2 | -0/+60 |
|\ \ | | | | | | | Add sharing exceptions to OCP | ||||
| * | | [Share 2.0] Add exceptions to OCP | Roeland Jago Douma | 2016-02-02 | 2 | -0/+60 |
| | | | |||||
* | | | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 1 | -0/+8 |
|/ / | | | | | | | | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums | ||||
* | | Merge pull request #22013 from owncloud/share2_moveshare | Thomas Müller | 2016-02-02 | 2 | -3/+30 |
|\ \ | |/ |/| | [Share 2.0] Allow moving of shares | ||||
| * | [Share 2.0] Allow moving of shares | Roeland Jago Douma | 2016-02-02 | 2 | -3/+30 |
| | | | | | | | | | | * Only recipient can move a share * Unit tests | ||||
* | | Merge pull request #22049 from owncloud/issue-22041-activities-for-systemtags | Thomas Müller | 2016-02-02 | 2 | -0/+178 |
|\ \ | |/ |/| | Issue 22041 activities for systemtags | ||||
| * | Dispatch events when tags are added/updated/deleted | Joas Schilling | 2016-02-02 | 1 | -0/+85 |
| | | |||||
| * | Dispatch some events when tags are un-/assigned | Joas Schilling | 2016-02-02 | 1 | -0/+93 |
| | |