summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/ajax/getMigrationStatus.php
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-44/+0
|
* Update license headersJenkins for ownCloud2015-03-261-4/+21
|
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-2/+2
| | | | | | 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 itselfJoas Schilling2014-12-091-1/+2
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | * test case added to avoid adding them later
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-1/+1
|
* don't block login forever if we are stuck in the middle of the initial ↵Bjoern Schiessle2014-02-171-5/+3
| | | | encryption
* loginname is not necessarily usernameArthur Schiwon2013-11-281-4/+5
|
* with the latest changes in master $this-userID is always the correct ID, so ↵Bjoern Schiessle2013-11-271-1/+1
| | | | we no longer need the extra parameter
* use POST instead of GETBjoern Schiessle2013-11-261-2/+2
|
* remove debug outputBjoern Schiessle2013-11-251-1/+0
|
* show a message at the log-in screen if inital encryption take placeBjoern Schiessle2013-11-251-0/+28