Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 10 | -0/+230 |
* | Add user parameter to tag manager | Vincent Petry | 2014-12-11 | 4 | -38/+56 |
* | Add login/logout to TestCase base class | Vincent Petry | 2014-12-10 | 1 | -0/+21 |
* | Merge pull request #12750 from owncloud/cache-numericstorageidfix | Robin Appelman | 2014-12-10 | 2 | -0/+13 |
|\ | |||||
| * | Fix numeric storage id for cache wrapper | Vincent Petry | 2014-12-10 | 2 | -0/+13 |
* | | Merge pull request #12485 from owncloud/jenkins-12383 | Joas Schilling | 2014-12-10 | 11 | -63/+655 |
|\ \ | |||||
| * | | Require the interface and return a string instead of private classes | Joas Schilling | 2014-12-10 | 2 | -54/+54 |
| * | | Deprecate Util::formatDate() | Joas Schilling | 2014-12-10 | 7 | -62/+81 |
| * | | Add sometests and copy tests from Util::formatDate to new class | Joas Schilling | 2014-12-09 | 1 | -0/+177 |
| * | | Add a DateTimeFormatter class which allows overwriting the language and timezone | Joas Schilling | 2014-12-09 | 3 | -1/+397 |
* | | | Merge pull request #12611 from owncloud/use-uid-instead-of-loginname | Lukas Reschke | 2014-12-10 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Use UID instead of login name | Lukas Reschke | 2014-12-04 | 1 | -1/+1 |
* | | | Merge pull request #12711 from owncloud/add-backend-to-rest-index | Lukas Reschke | 2014-12-10 | 7 | -89/+155 |
|\ \ \ | |||||
| * | | | Make class compatible | Lukas Reschke | 2014-12-09 | 1 | -0/+3 |
| * | | | Expose backend type via REST API | Lukas Reschke | 2014-12-09 | 6 | -89/+152 |
* | | | | Merge pull request #12737 from owncloud/fix-missing-nl-phpstorm | Thomas Müller | 2014-12-10 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | Add newline that was removed by 15be763d46d56c57d4f0def7745bb02d513e3a38 | Joas Schilling | 2014-12-10 | 1 | -1/+2 |
|/ / / / | |||||
* | | | | Merge pull request #12090 from AdamWill/google-rename-delete | Morris Jobke | 2014-12-10 | 1 | -0/+12 |
|\ \ \ \ | |||||
| * | | | | google: delete original after successful rename | Adam Williamson | 2014-11-30 | 1 | -0/+12 |
* | | | | | Merge pull request #12549 from owncloud/shared-cache-non-existing | Morris Jobke | 2014-12-10 | 1 | -10/+12 |
|\ \ \ \ \ | |||||
| * | | | | | Dont return cached date in shared cache when the file doesn't exist | Robin Appelman | 2014-12-02 | 1 | -10/+12 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-10 | 286 | -78/+430 |
* | | | | | | Merge pull request #12664 from owncloud/fix-12164 | Thomas Müller | 2014-12-10 | 5 | -35/+119 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove leftover | Victor Dubiniuk | 2014-12-10 | 1 | -1/+0 |
| * | | | | | | Inject config | Victor Dubiniuk | 2014-12-10 | 5 | -34/+46 |
| * | | | | | | Fix tests. Add two more test cases | Victor Dubiniuk | 2014-12-08 | 2 | -45/+59 |
| * | | | | | | Test OC\Updater::check | Victor Dubiniuk | 2014-12-06 | 1 | -2/+58 |
| * | | | | | | Use httphelper and cache response even when it empty | Victor Dubiniuk | 2014-12-06 | 4 | -23/+26 |
* | | | | | | | Merge pull request #12695 from owncloud/db-drop-table | Morris Jobke | 2014-12-09 | 5 | -47/+139 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Quote identifiers for oracle | Robin Appelman | 2014-12-09 | 1 | -0/+27 |
| * | | | | | | | add unit tests for tableExists and dropTable | Robin Appelman | 2014-12-09 | 1 | -0/+69 |
| * | | | | | | | Add tableExists to public db api | Robin Appelman | 2014-12-09 | 3 | -38/+23 |
| * | | | | | | | Add dropTable to IDBConnection | Robin Appelman | 2014-12-09 | 3 | -10/+21 |
* | | | | | | | | Merge pull request #12724 from owncloud/fix-autotest-no-file | Thomas Müller | 2014-12-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Correctly run all tests again when no file is specified | Joas Schilling | 2014-12-09 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #11214 from owncloud/issue/10836 | Morris Jobke | 2014-12-09 | 6 | -6/+29 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add an option to disallow sending sharing emails to non-owncloud users | Joas Schilling | 2014-12-09 | 6 | -6/+29 |
* | | | | | | | | Merge pull request #12409 from owncloud/tags-getTagsForObjectIds | Joas Schilling | 2014-12-09 | 3 | -1/+89 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add getTagsForObjects in ITags | Vincent Petry | 2014-12-08 | 3 | -1/+89 |
* | | | | | | | | | Merge pull request #12722 from owncloud/autocomplete-for-autotest-jenkins | Thomas Müller | 2014-12-09 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Allow autocomplete for test file in autotest.sh | Joas Schilling | 2014-12-09 | 1 | -1/+5 |
* | | | | | | | | | Merge pull request #12568 from owncloud/autoload-encryption-classes | Joas Schilling | 2014-12-09 | 43 | -708/+685 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Correctly namespace encryption tests | Joas Schilling | 2014-12-09 | 12 | -185/+181 |
| * | | | | | | | | Use self:: instead of the class name in encryption tests | Joas Schilling | 2014-12-09 | 10 | -361/+361 |
| * | | | | | | | | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 34 | -252/+248 |
| * | | | | | | | | Fix namespace of Files_Encryption outside of the app | Joas Schilling | 2014-12-09 | 5 | -7/+7 |
| * | | | | | | | | Fix namespace of files_encryption classes and autoload them | Joas Schilling | 2014-12-09 | 13 | -27/+12 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #12651 from owncloud/add-requesttoken-to-base-template | Thomas Müller | 2014-12-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add requesttoken to base template | Lukas Reschke | 2014-12-05 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #12672 from LEDfan/cm-per-unit | Thomas Müller | 2014-12-09 | 2 | -4/+213 |
|\ \ \ \ \ \ \ \ \ |