aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Collapse)AuthorAgeFilesLines
...
| * if we download a public shared file we need to retrieve the user from the pathBjoern Schiessle2015-01-133-25/+14
| |
* | Merge pull request #13311 from owncloud/fix_restore_keysBjörn Schießle2015-01-142-21/+135
|\ \ | | | | | | adapt decrypt all to the new folder structure
| * | adapt decrypt all and restore/delete key backups to the new folder structure ↵Bjoern Schiessle2015-01-132-21/+135
| | | | | | | | | | | | for encryption key introduced with OC8
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-142-0/+12
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-132-6/+6
| |
* | Check array size, before using the 3rd element from itJoas Schilling2015-01-121-0/+9
|/
* Merge pull request #13182 from owncloud/download_versionsBjörn Schießle2015-01-129-143/+393
|\ | | | | make versions of shared files downloadable
| * make versions of shared files downloadableBjoern Schiessle2015-01-099-143/+393
| |
* | unit testsBjoern Schiessle2015-01-091-4/+86
| |
* | don't move encryption keys if a mount point was renamedBjoern Schiessle2015-01-091-626/+628
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-092-50/+50
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-0510-24/+70
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-042-12/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-024-28/+32
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-012-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-312-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-272-4/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-262-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-232-2/+4
|
* Merge pull request #12961 from owncloud/try_to_cache_keysMorris Jobke2014-12-224-19/+91
|\ | | | | cache keys to read them only once from the hard disc
| * cache keys to read them only once from the hard discBjoern Schiessle2014-12-194-19/+91
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-222-0/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-212-4/+6
| |
* | Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-193-21/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
* | Merge pull request #12896 from owncloud/drop-deprecatedJörn Friedrich Dreyer2014-12-182-9/+14
|\ \ | |/ |/| first step to drop \OCP\Config:: in favour of IConfig
| * first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-172-9/+14
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-172-6/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-104-8/+12
|
* Merge pull request #12568 from owncloud/autoload-encryption-classesJoas Schilling2014-12-0938-701/+678
|\ | | | | Fix namespaces of encryption classes and encryption tests
| * Correctly namespace encryption testsJoas Schilling2014-12-0912-185/+181
| |
| * Use self:: instead of the class name in encryption testsJoas Schilling2014-12-0910-361/+361
| |
| * Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-0934-252/+248
| |
| * Fix namespace of files_encryption classes and autoload themJoas Schilling2014-12-0913-27/+12
| |
* | Merge pull request #12715 from owncloud/fix-broken-personal-pageLukas Reschke2014-12-091-1/+0
|\ \ | |/ |/| remove duplicate loaded personal.js - fixes #12674
| * remove duplicate loaded personal.js - fixes #12674Morris Jobke2014-12-091-1/+0
| |
* | reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-083-7/+19
|/ | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-082-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-078-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-0614-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-0574-82/+14
|
* update error messageBjoern Schiessle2014-12-041-1/+1
|
* OC8 and later requires PHP >= 5.4, so we can remove the check from the ↵Bjoern Schiessle2014-12-041-5/+1
| | | | encryption app
* fix typoBjoern Schiessle2014-12-031-1/+1
|
* small fixesBjoern Schiessle2014-12-021-2/+2
|
* delete old keys if file was moved to a different mount pointBjoern Schiessle2014-12-021-4/+10
|
* upgrade to new folder structureBjoern Schiessle2014-12-0218-341/+483
|
* change private/public key names for consistency reasonsBjoern Schiessle2014-11-2611-226/+202
|
* harmonize copyright noticeBjoern Schiessle2014-11-267-18/+28
|
* new folder structure for keysBjoern Schiessle2014-11-2614-1010/+497
| | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey
* Merge pull request #12421 from ↵Morris Jobke2014-11-262-12/+12
|\ | | | | | | | | owncloud/issue/6101-remove-namespace-permission-constants Issue/6101 remove namespace permission constants