summaryrefslogtreecommitdiffstats
path: root/settings/changepassword/controller.php
Commit message (Collapse)AuthorAgeFilesLines
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-159/+0
|
* sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-091-1/+2
|
* Happy new year!Thomas Müller2016-01-121-1/+3
|
* initialize l10n instance earlier, fixes an undefined var warning followed by ↵Arthur Schiwon2015-12-171-3/+1
| | | | a php error
* Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-291-1/+8
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* update license headers and authorsMorris Jobke2015-06-251-1/+1
|
* a new approach to display the error messageBjoern Schiessle2015-05-181-1/+2
|
* adding username as param for isrecoveryenabledClark Tomlinson2015-05-051-1/+1
|
* fixing recovery tooltipClark Tomlinson2015-05-041-5/+1
|
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-1/+1
|
* make recovery key workBjoern Schiessle2015-04-071-5/+32
|
* Update license headersJenkins for ownCloud2015-03-261-1/+28
|
* Revert "Updating license headers"Morris Jobke2015-02-261-28/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+28
|
* Orthography: "Back-end" -> Backend (without hyphen) and correction of ↵cmeh2015-02-121-1/+1
| | | | "users" to the genitive "user's"
* Fix namespace of Files_Encryption outside of the appJoas Schilling2014-12-091-1/+1
|
* fix broken variable name, recoveryPasswordSupported is now ↵Bjoern Schiessle2014-08-121-3/+3
| | | | recoveryEnabledForUser
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-1/+1
|
* killing some more calls to OC_App::loadApps(); - because we load all apps in ↵Thomas Müller2014-03-251-6/+0
| | | | handleRequest()
* fixing syntax error - it it that hard to test own code?Thomas Müller2013-09-181-1/+1
|
* Translate errormsgs in settings/changepassword/controllerkondou2013-09-181-5/+14
|
* Move ajax/changepassword to changepassword/controller to use autoloadingkondou2013-09-131-0/+98