| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unit tests | Roeland Jago Douma | 2016-02-12 | 1 | -7/+7 |
* | Add new CSRF manager for unit testing purposes | Lukas Reschke | 2016-01-25 | 1 | -5/+0 |
* | Remove generateRandomBytes from OC_Util | Roeland Jago Douma | 2016-01-10 | 1 | -5/+0 |
* | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
* | Add unit test for nested arrays | Lukas Reschke | 2015-12-08 | 1 | -6/+12 |
* | Merge pull request #19461 from owncloud/reuse_code | Thomas Müller | 2015-12-03 | 1 | -0/+91 |
|\ |
|
| * | add unit tests for OC_Util::add* methods | Morris Jobke | 2015-11-23 | 1 | -0/+91 |
* | | Replace OC_Config in tests with IConfig calls | Morris Jobke | 2015-12-02 | 1 | -11/+14 |
* | | Support pretty URLs | Lukas Reschke | 2015-12-01 | 1 | -0/+20 |
* | | Further unit test suite tweats | Thomas Müller | 2015-11-30 | 1 | -49/+0 |
|/ |
|
* | Fix failing unit test :skull: | Thomas Müller | 2015-11-19 | 1 | -15/+1 |
* | Use mocks when testing isSharingDisabledForUser | Thomas Müller | 2015-11-19 | 1 | -30/+36 |
* | Remove dependency on ICrypto + use XOR | Lukas Reschke | 2015-10-21 | 1 | -1/+1 |
* | save excluded groups in json format - fixes #10983 | Thomas Müller | 2015-10-01 | 1 | -1/+1 |
* | cache result of \OCP\Util::needUpgrade() | Individual IT Services | 2015-09-29 | 1 | -0/+2 |
* | Add mitigation against BREACH | Lukas Reschke | 2015-08-14 | 1 | -1/+1 |
* | Select the timezone on the right timestamp and assert it | Joas Schilling | 2015-04-07 | 1 | -8/+11 |
* | Add check for activated local memcache | Lukas Reschke | 2015-03-28 | 1 | -8/+0 |
* | Check for relative datadirectory path | Robin McCorkell | 2015-03-27 | 1 | -0/+19 |
* | The iran timezone removed the DST handling which breaks the timezone lib | Joas Schilling | 2015-03-23 | 1 | -3/+1 |
* | Etc timezones don't exist for .5 and .75 offsets | Joas Schilling | 2015-03-03 | 1 | -3/+18 |
* | allow overwriting the appmanager in oc_util by subclassing | Robin Appelman | 2015-02-18 | 1 | -26/+27 |
* | Move timezone logic out of server.php | Joas Schilling | 2014-12-16 | 1 | -1/+1 |
* | Deprecate Util::formatDate() | Joas Schilling | 2014-12-10 | 1 | -2/+14 |
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -4/+4 |
* | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | Joas Schilling | 2014-12-03 | 1 | -3/+3 |
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
* | fixing expected values for formatDate() unit tests | Thomas Müller | 2014-10-21 | 1 | -3/+3 |
* | Merge pull request #11222 from owncloud/store-users-timezone-master | Thomas Müller | 2014-09-23 | 1 | -0/+24 |
|\ |
|
| * | enhance formatDate function to accept an optional argument containing the tim... | Thomas Müller | 2014-09-22 | 1 | -0/+24 |
* | | Use only lower-case letters | Lukas Reschke | 2014-09-22 | 1 | -1/+4 |
|/ |
|
* | requesttoken has now a length of 30 chars | Thomas Müller | 2014-09-10 | 1 | -1/+1 |
* | Added test for needUpgrade for core | Vincent Petry | 2014-09-02 | 1 | -0/+19 |
* | Fix upgrade process when apps enabled for specific groups | Vincent Petry | 2014-09-02 | 1 | -0/+3 |
* | Added unit test for default app URL | Vincent Petry | 2014-07-01 | 1 | -0/+68 |
* | Can't use assertInstanceOf on wrapped storage; use assertTrue(instanceOfStora... | ringmaster | 2014-06-04 | 1 | -1/+1 |
* | updating unit test expectations | Thomas Müller | 2014-05-28 | 1 | -1/+1 |
* | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+55 |
* | Remove uneeded newline | Lukas Reschke | 2014-04-22 | 1 | -1/+0 |
* | Fix indentation | Lukas Reschke | 2014-04-22 | 1 | -1/+1 |
* | Add unit tests for arrays and " | Lukas Reschke | 2014-04-22 | 1 | -5/+23 |
* | Added extra checks for invalid file chars in newfile.php and newfolder.php | Vincent Petry | 2014-02-18 | 1 | -0/+48 |
* | Add 'mail_from_address' configuration | Jens-Christian Fischer | 2014-01-24 | 1 | -0/+9 |
* | Quota storage wrapper is now used for all users in sharing mode | Vincent Petry | 2013-11-21 | 1 | -0/+49 |
* | Clean up \OC\Util | kondou | 2013-08-15 | 1 | -2/+2 |
* | Add unittests | kondou | 2013-08-05 | 1 | -0/+30 |
* | adding test case with no / | Thomas Müller | 2013-07-30 | 1 | -0/+1 |
* | adding unit tests for OC_Util::basename | Thomas Müller | 2013-07-29 | 1 | -8/+24 |
* | Add unit test | Victor Dubiniuk | 2013-07-09 | 1 | -0/+6 |
* | Ensure instanceid contains a letter | Miquel Rodríguez Telep / Michael Rodríguez-Torrent | 2013-03-26 | 1 | -0/+5 |