aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Collapse)AuthorAgeFilesLines
...
* | Properly register sharing hooks and proxiesVincent Petry2014-10-301-1/+7
| | | | | | | | | | | | | | This will fix failing tests when shares weren't cleant up on delete due to missing hooks. Added login for user1 in setUp().
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-306-6/+48
| |
* | Merge pull request #11835 from owncloud/enc-fixmovingsharekeystofolderMorris Jobke2014-10-292-34/+41
|\ \ | | | | | | Fix moving share keys as non-owner to subdir
| * | Added encryption test when moving file as non-ownerVincent Petry2014-10-291-2/+15
| | |
| * | Fix moving share keys as non-owner to subdirVincent Petry2014-10-291-32/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix gathers the share keys BEFORE a file is moved to make sure that findShareKeys() is able to find all relevant keys when the file still exists. After the move/copy operation the keys are moved/copied to the target dir. Also: refactored preRename and preCopy into a single function to avoid duplicate code.
* | | update all translation files to js and jsonThomas Müller2014-10-29198-2050/+4058
| | |
* | | Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-291-0/+6
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-282-3/+18
| |
* | Add type hinting to functionsLukas Reschke2014-10-241-4/+6
| | | | | | | | It's only reasonable to have proper type hinting here which might even help us to catch bugs.
* | Make files non executableLukas Reschke2014-10-243-0/+0
| | | | | | | | There is not much sense in having these files marked executable, we should avoid that.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-241-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-221-1/+42
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-212-2/+8
| |
* | make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-2011-8/+85
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-202-0/+7
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-182-0/+12
|
* fixing usage of EncryptionExceptionThomas Müller2014-10-171-3/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-162-0/+12
|
* introduce new app page layoutThomas Müller2014-10-151-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-141-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-131-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-121-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-112-3/+13
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-1060-17/+131
|
* Add support for keys in the info.xmlLukas Reschke2014-10-091-1/+2
| | | | | | This allows to have links to different doc base URLs a.
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-0942-205/+163
|
* Updated info.xml app descriptionMTRichards2014-10-081-3/+5
| | | | Added new app description Removed links to CE documentation
* improved visual feedback if user enabled recovery keyBjoern Schiessle2014-10-073-19/+15
|
* improved visual feedback if recovery key password gets changedBjoern Schiessle2014-10-073-9/+32
|
* improved visual feedback if recovery key gets enabled/disabledBjoern Schiessle2014-10-073-50/+41
|
* we also encrypt/decrypt files in the versions folder for previews and if ↵Bjoern Schiessle2014-10-062-3/+46
| | | | encryption is enabled/disabled
* Add clickable labels to encryption recovery radiosDan Bartram2014-09-272-4/+8
| | | | | | | | | | Add clickable radio button labels to the encryption recovery settings pages: * settings-admin * settings-personal Pressing on the radio button text now toggles the state of the radio button.
* Merge pull request #11137 from owncloud/enc-pregfixVincent Petry2014-09-239-108/+383
|\ | | | | Fix share key pattern matching
| * Fix share key finding algorithm in various casesVincent Petry2014-09-239-108/+383
| | | | | | | | | | | | | | | | | | | | | | Instead of inaccurate pattern matching, use the list of users who we know have access to the file to build the list of share keys. This covers the following cases: - Move/copy files into a subfolder within a share - Unsharing from a user - Deleting files directlry / moving share keys to trashbin
* | Merge pull request #11224 from owncloud/fix_recovery_admin_userLukas Reschke2014-09-231-5/+4
|\ \ | | | | | | first check if a private key exists, if not it is always a recovery szenario
| * | first check if a private key exists, if not it is always a recovery szenarioBjoern Schiessle2014-09-221-5/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-231-0/+1
| | |
* | | Merge pull request #11167 from owncloud/env-movetomountreenableproxyMorris Jobke2014-09-221-0/+1
|\ \ \ | |/ / |/| | Reenable file proxy when renaming between mount points
| * | Reenable file proxy when renaming between mount pointsVincent Petry2014-09-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | When moving a folder into another mount point, $renamedFiles is empty because that goes over a different mechanism. In such case, this fix makes sure that the file proxy is reenable to avoid breaking the subsequent files that are being moved.
* | | fix typoVolkan Gezer2014-09-191-1/+1
| | |
* | | Merge pull request #11104 from owncloud/enc_create_backup_on_recoveryLukas Reschke2014-09-194-1/+62
|\ \ \ | | | | | | | | [encryption] create backup from all keys before recovery
| * | | make sure that we really catch the files folder onlyBjoern Schiessle2014-09-191-1/+1
| | | |
| * | | create backup from all keys before recoveryBjoern Schiessle2014-09-193-0/+61
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-191-0/+3
| | | |
* | | | Merge pull request #11141 from owncloud/update_encrytionlinkMorris Jobke2014-09-181-2/+2
|\ \ \ \ | |_|/ / |/| | | update encryption doc link
| * | | update encryption doc linkVolkan Gezer2014-09-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | I don't know how we missed to update this :/ update ldap doc link
* | | | Merge pull request #9541 from owncloud/force_loading_of_encryption_appMorris Jobke2014-09-181-0/+3
|\ \ \ \ | | | | | | | | | | force loading of encryption app to show correct error
| * | | | force loading of encryption appLukas Reschke2014-09-171-0/+3
| |/ / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2014-09-181-0/+3
|/ / /