Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 1 | -63/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+22 |
| | |||||
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -1/+1 |
| | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -3/+1 |
| | |||||
* | improved visual feedback if user enabled recovery key | Bjoern Schiessle | 2014-10-07 | 1 | -1/+7 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | changed " to ' | Florin Peter | 2013-05-29 | 1 | -2/+2 |
| | |||||
* | replace == with === | Björn Schießle | 2013-05-27 | 1 | -2/+2 |
| | |||||
* | reformat code | Florin Peter | 2013-05-27 | 1 | -11/+11 |
| | |||||
* | add recovery key to all files if the user enabled the feature and removes ↵ | Björn Schießle | 2013-05-15 | 1 | -0/+6 |
| | | | | them again on disable | ||||
* | Added facility to manually encrypt all files from personal settings | Sam Tuke | 2013-05-07 | 1 | -13/+9 |
| | | | | | | Added success/fail feedback to personal settings functions Improved look/layout of personal settings page Fixed misplaced plain text in ajax scripts | ||||
* | Fixed recoveryadmin settings in user and admin settings pages (js, ↵ | Sam Tuke | 2013-05-01 | 1 | -6/+3 |
| | | | | | | | | templates, ajax) Renamed recovery methods in Util{} for clarity Added note about bug causing slow page load and redundant keypair generation recoveryAdmin functionality not yet complete | ||||
* | Added ajax scripts for setting pwd recovery preferences | Sam Tuke | 2013-03-28 | 1 | -0/+42 |