Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Use cache directly instead of QB | Lukas Reschke | 2016-02-10 | 1 | -5/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #22263 from owncloud/fix-group-principals | Thomas Müller | 2016-02-10 | 2 | -8/+24 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix group principal | Thomas Müller | 2016-02-10 | 2 | -8/+24 | |
* | | | | Fix oracle by using less quotes | Joas Schilling | 2016-02-10 | 1 | -1/+1 | |
* | | | | Listen to the notification event to reload the file list | Joas Schilling | 2016-02-10 | 1 | -1/+13 | |
* | | | | Mark the accept button as primary | Joas Schilling | 2016-02-10 | 1 | -1/+2 | |
* | | | | Create the actions with the correct ID | Joas Schilling | 2016-02-10 | 2 | -5/+6 | |
* | | | | Make sure the share ID is an integer | Joas Schilling | 2016-02-10 | 1 | -2/+2 | |
* | | | | Fix action paths | Joas Schilling | 2016-02-10 | 1 | -2/+2 | |
* | | | | Bring the messages inline | Joas Schilling | 2016-02-10 | 1 | -1/+1 | |
* | | | | Fix the notification API usage | Joas Schilling | 2016-02-10 | 2 | -1/+6 | |
* | | | | Revert "Disable the remote sharing notifications until they work properly" | Joas Schilling | 2016-02-10 | 3 | -8/+2 | |
| |_|/ |/| | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-10 | 10 | -2/+46 | |
* | | | Add tests for setVersion | Lukas Reschke | 2016-02-09 | 1 | -0/+40 | |
* | | | Use cache update instead of put for encryption version | Vincent Petry | 2016-02-09 | 1 | -1/+1 | |
* | | | Use cache and add tests | Lukas Reschke | 2016-02-09 | 3 | -15/+39 | |
* | | | don't decrease ->version for part files but only a local variable, otherwise ... | Bjoern Schiessle | 2016-02-09 | 1 | -4/+8 | |
* | | | realPath should contain the path to the file we want to read, e.g. the versio... | Bjoern Schiessle | 2016-02-09 | 1 | -1/+1 | |
* | | | Use database for keeping track of the version | Lukas Reschke | 2016-02-09 | 3 | -6/+40 | |
* | | | Use number of chunk for HMAC as well | Lukas Reschke | 2016-02-09 | 2 | -14/+16 | |
* | | | Keep track of file version | Lukas Reschke | 2016-02-09 | 3 | -13/+53 | |
* | | | Clarify documentation | Lukas Reschke | 2016-02-09 | 1 | -0/+2 | |
* | | | Use hash with appended "a" of the original password for the authentication | Lukas Reschke | 2016-02-09 | 1 | -3/+4 | |
* | | | fixing unit tests | Björn Schießle | 2016-02-09 | 3 | -11/+56 | |
* | | | Use random_bytes instead OpenSSL | Lukas Reschke | 2016-02-09 | 1 | -8/+1 | |
* | | | meta data are at the end of the file | Björn Schießle | 2016-02-09 | 1 | -1/+1 | |
* | | | always use default cipher for write operations, no matter how the file was en... | Björn Schießle | 2016-02-09 | 1 | -3/+3 | |
* | | | make it backward compatible to work with signed and un-signed files | Björn Schießle | 2016-02-09 | 2 | -10/+19 | |
* | | | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 7 | -32/+131 | |
* | | | Add note about the addPadding function | Lukas Reschke | 2016-02-09 | 1 | -0/+4 | |
* | | | Use an actual 16 byte long IV | Lukas Reschke | 2016-02-09 | 1 | -17/+2 | |
* | | | Use AES-256-CTR as default | Lukas Reschke | 2016-02-09 | 2 | -26/+68 | |
* | | | Merge pull request #22255 from owncloud/add-sso-for-updatechecker | Thomas Müller | 2016-02-09 | 11 | -1/+490 | |
|\ \ \ | ||||||
| * | | | Add SSO for updater application | Lukas Reschke | 2016-02-09 | 11 | -1/+490 | |
* | | | | Merge pull request #22251 from owncloud/smb-105 | Thomas Müller | 2016-02-09 | 16 | -38/+215 | |
|\ \ \ \ | ||||||
| * | | | | update icewind/smb to 1.0.5 | Robin Appelman | 2016-02-09 | 16 | -38/+215 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #20928 from owncloud/publicdav-check-permissions | C. Montero Luque | 2016-02-09 | 5 | -2/+139 | |
|\ \ \ \ | ||||||
| * | | | | add tests | Robin Appelman | 2016-02-09 | 1 | -0/+49 | |
| * | | | | Fix unit tests | Roeland Jago Douma | 2016-02-09 | 1 | -0/+2 | |
| * | | | | check share permissions in share controller | Robin Appelman | 2016-02-09 | 1 | -0/+17 | |
| * | | | | Check that the owner of a link share still has share permissions on access | Robin Appelman | 2016-02-09 | 3 | -2/+71 | |
* | | | | | Merge pull request #22252 from owncloud/consolidate-user-set-quota | C. Montero Luque | 2016-02-09 | 6 | -50/+50 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | More fixed tests :) | Arthur Schiwon | 2016-02-09 | 2 | -40/+45 | |
| * | | | | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 4 | -10/+5 | |
* | | | | | Move update notification code into app | Lukas Reschke | 2016-02-09 | 5 | -0/+235 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge pull request #22228 from owncloud/comments-limit-message | Thomas Müller | 2016-02-09 | 4 | -0/+142 | |
|\ \ \ \ | ||||||
| * | | | | on DAV throw Bad Request if provided message is too long | Arthur Schiwon | 2016-02-09 | 4 | -0/+142 | |
* | | | | | Merge pull request #22241 from owncloud/more-info-in-case-of-trusted-server-add | Thomas Müller | 2016-02-09 | 5 | -36/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | Forward exception message to the admin in case of errors and in case the remo... | Thomas Müller | 2016-02-09 | 5 | -36/+46 | |
* | | | | | | Adjust command description | Thomas Müller | 2016-02-09 | 1 | -1/+1 |