summaryrefslogtreecommitdiffstats
path: root/tests/core
Commit message (Collapse)AuthorAgeFilesLines
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-66/+113
|
* Adding more DB groups to test suitsThomas Müller2015-11-301-0/+2
| | | | Adding more DB groups to test suits
* [Avatar] No need to setup FS for avatar testsRoeland Jago Douma2015-11-141-59/+40
|
* Do not print exception messageLukas Reschke2015-10-131-2/+44
| | | | | | In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure. Thus the error message should not directly get displayed to the user and instead be logged.
* Move the filtering of sensitive data to the config classJoas Schilling2015-09-251-9/+16
|
* Do not set single user in constructorJoas Schilling2015-09-182-3/+8
|
* Fix the singleuser config casing in new encryption codeJoas Schilling2015-09-172-6/+6
|
* Merge pull request #18938 from owncloud/occ_decrypt_all2Thomas Müller2015-09-161-0/+215
|\ | | | | occ script to disable encryption and to decrypt all files again
| * occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-151-0/+215
| |
* | Revert "Allow Remote avatars"Thomas Müller2015-09-151-17/+12
|/
* Unit tests for mimetype loaderRobin McCorkell2015-09-041-0/+184
|
* make system root of key storage configurableBjoern Schiessle2015-08-301-0/+381
|
* Allow remote avatarsRoeland Jago Douma2015-08-291-12/+17
|
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-281-0/+131
|\ | | | | occ command line tool to encrypt all files
| * occ tool to encrypt all filesBjoern Schiessle2015-08-261-0/+131
| |
* | Expire token after 12h and if user logged-in againLukas Reschke2015-08-221-7/+116
| | | | | | | | As an hardening measure we should expire password reset tokens after 12h and if the user has logged-in again successfully after the token was requested.
* | Merge pull request #18369 from owncloud/occ-logMorris Jobke2015-08-202-0/+302
|\ \ | | | | | | occ commands to manage logging
| * | Unit tests for occ log:* commandsRobin McCorkell2015-08-192-0/+302
| | |
* | | Filter the objectstore password from the config list as wellJoas Schilling2015-08-191-0/+17
| |/ |/|
* | Move avatarcontroller towards Node ApiRoeland Jago Douma2015-08-181-11/+11
|/
* [avatar] add error handlers for avatar setupMorris Jobke2015-07-301-4/+17
| | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message
* [command] single user mode - use config object & add testsMorris Jobke2015-07-091-0/+129
|
* Invert the "public" to a "private" methodJoas Schilling2015-07-071-9/+9
|
* Make it possible to import exportet app/system configsJoas Schilling2015-07-071-5/+17
|
* Replace deprecated method callsJoas Schilling2015-07-078-13/+13
|
* Add commands to get, set and delete app config valuesJoas Schilling2015-07-073-0/+404
|
* Add a command to import an json array into the configJoas Schilling2015-07-072-1/+185
|
* Add a command to delete a system configJoas Schilling2015-07-073-4/+124
|
* Add a command to get a config valueJoas Schilling2015-07-071-0/+160
|
* Add a command to set a system config valueJoas Schilling2015-07-071-0/+115
|
* Split the system from the app configJoas Schilling2015-07-071-15/+18
|
* Add tests for list configJoas Schilling2015-07-071-0/+286
|
* Fix testLukas Reschke2015-06-171-1/+1
|
* Fix test message and add 'user' to itJens-Christian Fischer2015-06-111-1/+1
|
* Move the helpful method to the TestCase classJoas Schilling2015-06-035-7/+7
|
* fix testsRobin Appelman2015-05-181-5/+1
|
* Display a message when there is a problem with the default moduleJoas Schilling2015-05-042-15/+37
|
* Add unit tests for the commandsJoas Schilling2015-04-273-0/+274
|
* Fix file namesJoas Schilling2015-04-232-0/+0
|
* Add tests for occ user:lastseenJoas Schilling2015-04-231-0/+105
|
* Add unit tests for occ user:deleteJoas Schilling2015-04-231-0/+106
|
* Merge pull request #12085 from owncloud/add-swift-mailerLukas Reschke2015-03-171-9/+92
|\ | | | | Migrate OC_Mail to SwiftMailer
| * Use new IMailer and add unit-tests for lostcontrollerLukas Reschke2015-03-161-9/+92
| |
* | No user no avatar easy as thatJoas Schilling2015-03-131-6/+5
| |
* | Fix order of expected and actual on assertEquals() callsJoas Schilling2015-03-131-19/+19
| |
* | Fix getting the avatar of a non-existing userJoas Schilling2015-03-131-5/+22
|/
* Fix the avatarcontroller cache needing the cache dirRoeland Jago Douma2015-03-111-1/+4
| | | | | This was removed in 82254ad5efb65e8650567f49343ec37eb55e2f3e and unfortunatly missed by jenkins before mering into master.
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-0/+360
| | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller
* Mock l10n in the setupLukas Reschke2015-02-011-26/+23
|
* Add unit tests for empty tokenLukas Reschke2015-02-011-2/+15
|