Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #22271 from owncloud/remember-login-state | Thomas Müller | 2016-02-10 | 2 | -0/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | refactoring code | Vincent Chan | 2016-02-10 | 3 | -9/+4 | |
| * | | | | | Remember previous state of remember login checkbox | Vincent Chan | 2016-02-10 | 2 | -1/+11 | |
* | | | | | | Merge pull request #22273 from owncloud/versions-fixpathasrecipient | Thomas Müller | 2016-02-10 | 2 | -1/+7 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Use full path of known file when handling versions | Vincent Petry | 2016-02-10 | 1 | -1/+2 | |
| * | | | | | Remove path from versions response | Vincent Petry | 2016-02-10 | 1 | -0/+5 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #22267 from owncloud/fix_encryption2 | Thomas Müller | 2016-02-10 | 3 | -25/+72 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | remember signature version and only set it on update to make sure that other | Bjoern Schiessle | 2016-02-10 | 3 | -12/+44 | |
| * | | | | use the version of the original file if we write the part file to have a prop... | Bjoern Schiessle | 2016-02-10 | 1 | -15/+30 | |
* | | | | | Merge pull request #20073 from owncloud/files-should-add-download-disposition | Thomas Müller | 2016-02-10 | 1 | -0/+17 | |
|\ \ \ \ \ | ||||||
| * | | | | | Only set the header if the node exists and in case the request is a GET | Thomas Müller | 2016-02-08 | 1 | -3/+8 | |
| * | | | | | Serve files with an attachment disposition for new DAV endpoint | Lukas Reschke | 2016-02-08 | 1 | -0/+12 | |
* | | | | | | Merge pull request #22270 from owncloud/use-cache-directly | Thomas Müller | 2016-02-10 | 1 | -5/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use cache directly instead of QB | Lukas Reschke | 2016-02-10 | 1 | -5/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #22274 from owncloud/fix_21710 | Thomas Müller | 2016-02-10 | 1 | -1/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Updated davclient.js | Roeland Jago Douma | 2016-02-10 | 1 | -1/+7 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | 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 | |
* | | | | | | Merge pull request #22266 from owncloud/fix_21726 | Vincent Petry | 2016-02-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Only show link spinner if the share exists | Roeland Jago Douma | 2016-02-10 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #22253 from owncloud/notifications-for-remote-shares | Thomas Müller | 2016-02-10 | 6 | -17/+30 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | 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 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #22256 from owncloud/hide-updater-secret | Thomas Müller | 2016-02-10 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Hide updater.secret from occ output by default | Lukas Reschke | 2016-02-09 | 1 | -0/+1 | |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-10 | 90 | -74/+94 | |
* | | | | Merge pull request #21557 from owncloud/use-hmac-over-encryption | Lukas Reschke | 2016-02-09 | 18 | -137/+499 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
| * | | | | Check if partial cache entry or not in encryption wrapper | Vincent Petry | 2016-02-09 | 1 | -2/+5 | |
| * | | | | 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 | 6 | -9/+58 | |
| * | | | | Use number of chunk for HMAC as well | Lukas Reschke | 2016-02-09 | 3 | -19/+29 | |
| * | | | | 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 | 5 | -11/+60 | |
| * | | | | 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 | 5 | -18/+34 |