summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Properly check for legacy methodsRoeland Jago Douma2016-02-112-3/+10
| | | | | | | | The new shares are completely without parents eventually. But for some current legacy reasons the methods are still around. But we should properly check for them. Fixes #22309
* Merge pull request #22285 from owncloud/fix_22275Thomas Müller2016-02-101-1/+5
|\ | | | | Only show link shares for the current user
| * Also filter the old share info endpointRoeland Jago Douma2016-02-101-1/+5
| | | | | | | | Make sure we do not show an icon if we can't display a share
* | Merge pull request #22269 from ↵Thomas Müller2016-02-101-8/+16
|\ \ | | | | | | | | | | | | owncloud/issue-22243-avoid-deadlock-with-lots-of-entries-to-cleanup Chunk the cleanup queries to make sure they don't time out
| * | Chunk the queries to make sure they don't time outJoas Schilling2016-02-101-8/+16
| |/
* | Merge pull request #22271 from owncloud/remember-login-stateThomas Müller2016-02-101-0/+1
|\ \ | | | | | | Remember previous state of remember login checkbox
| * | refactoring codeVincent Chan2016-02-101-0/+1
| |/
* | Merge pull request #22267 from owncloud/fix_encryption2Thomas Müller2016-02-101-0/+4
|\ \ | |/ |/| calculate and update the version of the encryption signature correctly
| * remember signature version and only set it on update to make sure that otherBjoern Schiessle2016-02-101-0/+4
| | | | | | | | apps like files_versions still get the old signature version
* | Merge pull request #22256 from owncloud/hide-updater-secretThomas Müller2016-02-101-0/+1
|\ \ | |/ |/| Hide updater.secret from occ output by default
| * Hide updater.secret from occ output by defaultLukas Reschke2016-02-091-0/+1
| | | | | | | | We should not have people post that value to us.
* | Check if partial cache entry or not in encryption wrapperVincent Petry2016-02-091-2/+5
| |
* | Use database for keeping track of the versionLukas Reschke2016-02-093-3/+18
| |
* | Use number of chunk for HMAC as wellLukas Reschke2016-02-091-5/+13
| | | | | | | | Prevents switching single blocks within the encrypted file.
* | fixing unit testsBjörn Schießle2016-02-091-0/+3
| |
* | make it backward compatible to work with signed and un-signed filesBjörn Schießle2016-02-092-5/+11
| |
* | Merge pull request #22192 from owncloud/fix_19685Thomas Müller2016-02-092-7/+34
|\ \ | | | | | | Only set the default expiration date on share creation
| * | Catch exceptionRoeland Jago Douma2016-02-091-4/+17
| | |
| * | Throw exceptionRoeland Jago Douma2016-02-092-4/+15
| | |
| * | Only set the default expiration date on share creationRoeland Jago Douma2016-02-092-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-quotaC. Montero Luque2016-02-094-13/+40
|\ \ \ | |_|/ |/| | Consolidate getQuota and setQuota methods in User instance
| * | revolutionar: change updates might even sent the new value (optional)Arthur Schiwon2016-02-092-7/+7
| | |
| * | Avatar should also claim its changeArthur Schiwon2016-02-091-2/+2
| | |
| * | Doc improvementsArthur Schiwon2016-02-091-2/+2
| | |
| * | Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-093-11/+38
| | |
* | | Move update notification code into appLukas Reschke2016-02-091-25/+0
| | | | | | | | | | | | | | | | | | Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable...
* | | Merge pull request #22228 from owncloud/comments-limit-messageThomas Müller2016-02-091-1/+7
|\ \ \ | |/ / |/| | Limit comment message to 1k chars
| * | Limit comment message to 1k charsArthur Schiwon2016-02-091-1/+7
| |/
* | Merge pull request #22225 from owncloud/sharing-moar-hooksThomas Müller2016-02-092-1/+12
|\ \ | | | | | | More sharing hooks for extended auditing
| * | Move password update hook after updateRoeland Jago Douma2016-02-091-8/+10
| | |
| * | Example hook checkRoeland Jago Douma2016-02-091-0/+1
| | |
| * | add post hook on link-share password changeArthur Schiwon2016-02-081-1/+9
| |/
* | Merge pull request #22212 from owncloud/scrutinizer-patch-1Thomas Müller2016-02-097-18/+28
|\ \ | | | | | | Scrutinizer Auto-Fixes
| * | More fixesJoas Schilling2016-02-093-18/+9
| | |
| * | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-087-7/+26
| | | | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* | | Merge pull request #22227 from owncloud/appmanager-hooksThomas Müller2016-02-092-2/+19
|\ \ \ | | | | | | | | Send events when enabling and disabling of apps
| * | | Send events when enabling and disabling of appsArthur Schiwon2016-02-092-2/+19
| | |/ | |/|
* / | Fix part file partial cache logic in encryption codeVincent Petry2016-02-091-1/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | The encryption code uses partial cache entries for the part file (which are not stored in the database) but are useful for other parts of the code to retrieve the file size again. This means that in the fixed code $info was empty, so getData() could not be called. The fix makes sure to support both cases when the cache entry exists and doesn't.
* | Merge pull request #22207 from owncloud/mountcache-exists-checkThomas Müller2016-02-081-1/+1
|\ \ | |/ |/| better exists check for insert mount cache
| * better exists check for insert mount cacheRobin Appelman2016-02-081-1/+1
| |
* | Merge pull request #22200 from owncloud/node-checksum-resolvefileinfoThomas Müller2016-02-081-1/+1
|\ \ | |/ |/| Make sure fileinfo exists when calling getCheckSum in node API
| * Make sure fileinfo exists when calling getCheckSum in node APIVincent Petry2016-02-081-1/+1
| |
* | Respect not allowing outgoing sharesRoeland Jago Douma2016-02-082-7/+31
| |
* | Add federated share provider to coreRoeland Jago Douma2016-02-082-0/+53
|/
* Fix exception on deleteRoeland Jago Douma2016-02-061-1/+6
|
* getSharesBy should also expire link sharesRoeland Jago Douma2016-02-061-1/+47
|
* Delete expired share when fetched by idRoeland Jago Douma2016-02-061-0/+8
|
* Delete a link share if it is expired on accessRoeland Jago Douma2016-02-061-1/+5
| | | | | If we access a link share we should check if it has expired already. If so we should remove it and throw a ShareNotFound exception
* Merge pull request #22139 from owncloud/comments-files-cleanupThomas Müller2016-02-065-5/+91
|\ | | | | cleanup jobs for comments and comment read marks
| * Move casting to IExpressionBuilderJoas Schilling2016-02-054-5/+90
| |