summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/js
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-074-193/+0
|
* Improved Javascript docs for JSDocVincent Petry2014-10-311-0/+4
| | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments.
* improved visual feedback if user enabled recovery keyBjoern Schiessle2014-10-071-15/+6
|
* improved visual feedback if recovery key password gets changedBjoern Schiessle2014-10-071-7/+4
|
* improved visual feedback if recovery key gets enabled/disabledBjoern Schiessle2014-10-071-28/+4
|
* fix trailing whitespace noted by ScrutinizerJan-Christoph Borchardt2014-06-271-4/+4
|
* remove unused codeBjoern Schiessle2014-06-181-2/+0
|
* Merge pull request #7174 from owncloud/issue/7166Jan-Christoph Borchardt2014-02-261-22/+0
|\ | | | | Add option to change email settings in admin section
| * Remove duplicated definition and move OC.msg to js/js.jsJoas Schilling2014-02-191-22/+0
| | | | | | | | Fix issue #7166
* | don't block login forever if we are stuck in the middle of the initial ↵Bjoern Schiessle2014-02-172-1/+17
|/ | | | encryption
* improve encryption messageMorris Jobke2013-11-271-1/+1
|
* some small js fixesBjoern Schiessle2013-11-271-2/+2
|
* add spinner to the template so that it can be loaded in timeBjoern Schiessle2013-11-271-1/+1
|
* switch to large spinnerBjoern Schiessle2013-11-271-2/+2
|
* switch from "name" attribute to "id"Bjoern Schiessle2013-11-271-2/+2
|
* added a small version of the dark loading gif, looks nicer on the blue ↵Bjoern Schiessle2013-11-261-1/+1
| | | | background
* use POST instead of GETBjoern Schiessle2013-11-261-1/+1
|
* show a message at the log-in screen if inital encryption take placeBjoern Schiessle2013-11-251-0/+29
|
* add/remove specific CSS class - not all classesMorris Jobke2013-10-031-2/+2
|
* fix license header line breaksMorris Jobke2013-09-271-2/+4
|
* remove spacesBjoern Schiessle2013-09-191-1/+1
|
* remove debug outputBjoern Schiessle2013-09-181-1/+1
|
* let user repeat the recovery key password to prevent typosBjoern Schiessle2013-09-181-17/+19
|
* Add _many_ newlines at the end of fileskondou2013-08-182-2/+2
|
* allow to press enter to update the passwordBjörn Schießle2013-06-051-15/+23
|
* let user update private key password in case it was changed from outside, ↵Björn Schießle2013-06-031-0/+30
| | | | e.g. external auth back-ends
* fixes after review from @DeepDiver1975Florin Peter2013-05-232-2/+2
|
* improved error messagesBjörn Schießle2013-05-221-5/+5
|
* allow admin to recover users files in case of password lostBjörn Schießle2013-05-161-1/+1
|
* enable admin to change the recovery passwordBjörn Schießle2013-05-151-0/+59
|
* check if the user knows the correct recovery password before changing the ↵Björn Schießle2013-05-151-1/+5
| | | | recovery key settings
* only let the user change the recovery admin settings if a key passwords was ↵Björn Schießle2013-05-151-21/+20
| | | | entered.
* don't create a recovery user, only generate recovery key similar to the ↵Björn Schießle2013-05-131-8/+1
| | | | public link share key
* Added facility to manually encrypt all files from personal settingsSam Tuke2013-05-071-1/+38
| | | | | | Added success/fail feedback to personal settings functions Improved look/layout of personal settings page Fixed misplaced plain text in ajax scripts
* Added support for user-specified password for adminRecovery account in admin ↵Sam Tuke2013-05-041-7/+17
| | | | | | | | | settings page Made encryptAll() (file migration for unencrypted + legacy encrypted files) run only on first login for each user (status stored in DB) Made recoveryAdmin user member of 'admin' user group automatically Set recoveryadmin settings to only display on user settings if enabled by an admin Updated encryption db xml schema
* Fixed recoveryadmin settings in user and admin settings pages (js, ↵Sam Tuke2013-05-012-6/+30
| | | | | | | | 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
* Fixed proxy class handing of read / write filesSam Tuke2013-04-161-3/+6
| | | | Various work on other classes
* Development snapshot;Sam Tuke2013-03-291-0/+14
| | | | | | Fixed errors from Hooks::login(); Work on enable/disable recoveryAdmin for lost passwords in settings page (template, ajax, js); Work on fixing sharing files to users (still broken);
* cleanup - more to come afterThomas Müller2013-02-092-66/+1
|
* typo fixedBjoern Schiessle2012-08-091-1/+1
|
* code cleanupBjoern Schiessle2012-08-091-9/+11
|
* disable admin choice of encryption mode once a decision was takenBjoern Schiessle2012-08-092-5/+16
|
* change key password when user switches from client to server side encryption.Bjoern Schiessle2012-08-091-4/+2
| | | | make use of the keymanager class in changekeypasscode()
* ask user for passwords when switching from client to server side encryptionBjoern Schiessle2012-08-091-7/+24
|
* code cleanup and TODOs addedBjoern Schiessle2012-08-032-3/+5
|
* remove debug outputBjoern Schiessle2012-08-021-2/+0
|
* allow user to choose encryption modeBjoern Schiessle2012-08-022-6/+27
|
* allow admin to choose between client and server side encryptionBjoern Schiessle2012-07-311-0/+11
|
* fixed typosSam Tuke2012-07-101-2/+2
|
* add the option to disable file encryption while still being able to decrypt ↵Robin Appelman2012-04-221-0/+5
| | | | existing files