Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also filter the old share info endpoint | Roeland Jago Douma | 2016-02-10 | 1 | -1/+5 |
| | | | | Make sure we do not show an icon if we can't display a share | ||||
* | Only show link shares for the current user | Roeland Jago Douma | 2016-02-10 | 2 | -3/+14 |
| | | | | | | | Currently we have no way to display multiple links in the UI. So just display the link share for the current user. Fixes #22275 | ||||
* | Merge pull request #22266 from owncloud/fix_21726 | Vincent Petry | 2016-02-10 | 1 | -1/+1 |
|\ | | | | | Only show link spinner if the share exists | ||||
| * | Only show link spinner if the share exists | Roeland Jago Douma | 2016-02-10 | 1 | -1/+1 |
|/ | | | | | If there is no share to delete do not set the spinner. Fixes #21726 | ||||
* | Merge pull request #22253 from owncloud/notifications-for-remote-shares | Thomas Müller | 2016-02-10 | 6 | -17/+30 |
|\ | | | | | Notifications for remote shares | ||||
| * | 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 |
| | | | | | | | | | | | | | | This reverts commit 6bc93c740194d245bb9a7d1f230ed33461f842a7. Conflicts: apps/files_sharing/lib/external/manager.php | ||||
* | | 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 | ||||
| * | Hide updater.secret from occ output by default | Lukas Reschke | 2016-02-09 | 1 | -0/+1 |
| | | | | | | | | We should not have people post that value to us. | ||||
* | | [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 integrity protection using Encrypt-Then-MAC to default encryption module | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | Saves a call to fetch the file id which didn't even work for a reason. This fix properly sets the version in the database. | ||||
| * | | 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 |
| | | | | | | | | | | | | it can happen that we decrease it twice and end up with the wrong value | ||||
| * | | 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 ↵ | Bjoern Schiessle | 2016-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | version and not the original file | ||||
| * | | 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 |
| | | | | | | | | | | | | Prevents switching single blocks within the encrypted file. | ||||
| * | | Keep track of file version | Lukas Reschke | 2016-02-09 | 3 | -13/+53 |
| | | | | | | | | | | | | This way it is not possible anymore for an external storage admin to put up old versions of the file. | ||||
| * | | 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 ↵ | Björn Schießle | 2016-02-09 | 1 | -3/+3 |
| | | | | | | | | | | | | encrypted before | ||||
| * | | make it backward compatible to work with signed and un-signed files | Björn Schießle | 2016-02-09 | 5 | -18/+34 |
| | | | |||||
| * | | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 8 | -33/+133 |
| | | | |||||
| * | | 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 |
| | | | | | | | | | | | | The previous IV was actually 12 byte extended to 16 byte using base64. As the encrypted file should be fine with containing binary data as well we can simply remove the encoding like that here. | ||||
| * | | Use AES-256-CTR as default | Lukas Reschke | 2016-02-09 | 2 | -26/+68 |
|/ / | | | | | | | CTR is recommended over CFB mode. | ||||
* | | Merge pull request #22192 from owncloud/fix_19685 | Thomas Müller | 2016-02-09 | 4 | -7/+51 |
|\ \ | | | | | | | Only set the default expiration date on share creation | ||||
| * | | Catch exception | Roeland Jago Douma | 2016-02-09 | 1 | -4/+17 |
| | | | |||||
| * | | Throw exception | Roeland Jago Douma | 2016-02-09 | 3 | -5/+17 |
| | | | |||||
| * | | Only set the default expiration date on share creation | Roeland Jago Douma | 2016-02-09 | 4 | -2/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #22246 from ↵ | Thomas Müller | 2016-02-09 | 1 | -10/+12 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/register-process-control-signal-handler-later Register process control signel handlers only on execution of the com… | ||||
| * | | | Register process control signel handlers only on execution of the command | Thomas Müller | 2016-02-09 | 1 | -10/+12 |
| | | | | |||||
* | | | | Merge pull request #22255 from owncloud/add-sso-for-updatechecker | Thomas Müller | 2016-02-09 | 12 | -1/+491 |
|\ \ \ \ | | | | | | | | | | | Add SSO for updater application | ||||
| * | | | | Add SSO for updater application | Lukas Reschke | 2016-02-09 | 12 | -1/+491 |
| | |_|/ | |/| | | | | | | | | | | Allows logging-in into the updater application by visiting the admin panel and pressing "Open updater". | ||||
* | | | | Merge pull request #22251 from owncloud/smb-105 | Thomas Müller | 2016-02-09 | 16 | -38/+215 |
|\ \ \ \ | | | | | | | | | | | update icewind/smb to 1.0.5 | ||||
| * | | | | update icewind/smb to 1.0.5 | Robin Appelman | 2016-02-09 | 16 | -38/+215 |
| | | | | | |||||
* | | | | | Merge pull request #22249 from owncloud/fix-22245 | Thomas Müller | 2016-02-09 | 1 | -0/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Save display name and email address on paste operations | ||||
| * | | | | | Save display name and email address on paste operations - fixes #22245 | Thomas Müller | 2016-02-09 | 1 | -0/+8 |
| | |_|/ / | |/| | | |