Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-25 | 477 | -3418/+3447 |
| | |||||
* | Merge pull request #10528 from owncloud/fix-htaccess-check-error | Lukas Reschke | 2014-08-24 | 1 | -184/+225 |
|\ | | | | | Fix htaccess check error | ||||
| * | Throw exception if file cannot be accessed via http | Clark Tomlinson | 2014-08-22 | 1 | -184/+225 |
| | | | | | | | | | | | | | | | | | | | | Format file Removing calls to deprecated classes and using internal method to get via http Missed a character Fix inverted logic | ||||
* | | Merge pull request #9818 from owncloud/fix-mount-file-config | Robin McCorkell | 2014-08-24 | 1 | -1/+1 |
|\ \ | | | | | | | Comment out mount_file config option | ||||
| * | | Comment out mount_file config option | Robin McCorkell | 2014-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Prevents sample config issues with external storages. Fixes #9734 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-24 | 525 | -1121/+1258 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-23 | 617 | -3328/+5497 |
| |/ |/| | |||||
* | | Merge pull request #10584 from owncloud/simple-wizard-trusted-domains | Thomas Müller | 2014-08-22 | 7 | -12/+58 |
|\ \ | | | | | | | Add a trusted domain wizard | ||||
| * | | Redirect user after clicking on link | Lukas Reschke | 2014-08-22 | 2 | -4/+6 |
| | | | | | | | | | | | | Use DI | ||||
| * | | Expose setSystemValue | Lukas Reschke | 2014-08-22 | 2 | -6/+4 |
| | | | |||||
| * | | Add a trusted domain wizard | Lukas Reschke | 2014-08-21 | 5 | -6/+52 |
| | | | | | | | | | | | | | | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement. | ||||
* | | | Merge pull request #10590 from owncloud/fix-10585 | Clark Tomlinson | 2014-08-22 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add require_once to update.php due to routing | ||||
| * | | | Add require_once to update.php due to routing | Lukas Reschke | 2014-08-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10585 Partially reverts 52d5429768acdb87b2dc2efedc89eb4ad0d29139 | ||||
* | | | | Merge pull request #7539 from owncloud/repair-legacystorageid | Thomas Müller | 2014-08-22 | 7 | -10/+547 |
|\ \ \ \ | |/ / / |/| | | | Added repair script to upgrade the legacy home storage ids | ||||
| * | | | no statement caching for Oracle | Thomas Müller | 2014-08-22 | 1 | -0/+5 |
| | | | | |||||
| * | | | Explicily close the statement cursors | Vincent Petry | 2014-08-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Fixes the issue that makes SQLite freeze on later tests. | ||||
| * | | | Fix unit test messing up the transaction on Oracle | Vincent Petry | 2014-08-20 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the unit test is skipped anyway for Oracle, the dropTable() call should be skipped as well to avoid having a leftover transaction and cause further transactions to be nested and break the next test suites requiring transactions. | ||||
| * | | | Added repair step for legacy storages | Vincent Petry | 2014-08-20 | 5 | -10/+535 |
| | | | | |||||
* | | | | no external files on windows for now | Thomas Müller | 2014-08-22 | 1 | -0/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-22 | 477 | -1522/+1549 |
| |/ / |/| | | |||||
* | | | Merge pull request #10522 from owncloud/removeLoadAppScript | blizzz | 2014-08-21 | 9 | -42/+86 |
|\ \ \ | | | | | | | | | Remove loadAppScriptFile | ||||
| * | | | Add update route to core | Lukas Reschke | 2014-08-19 | 2 | -2/+2 |
| | | | | |||||
| * | | | Remove loadAppScriptFile from the default routes | Lukas Reschke | 2014-08-19 | 1 | -10/+0 |
| | | | | |||||
| * | | | Add routing to user_ldap | Lukas Reschke | 2014-08-19 | 1 | -0/+22 |
| | | | | |||||
| * | | | Add routing to files_versions | Lukas Reschke | 2014-08-19 | 1 | -0/+5 |
| | | | | |||||
| * | | | Add routing to files_trashbin | Lukas Reschke | 2014-08-19 | 1 | -0/+9 |
| | | | | |||||
| * | | | Add routing to files_encryption | Lukas Reschke | 2014-08-19 | 1 | -0/+13 |
| | | | | |||||
| * | | | Add routing to files_sharing | Lukas Reschke | 2014-08-19 | 1 | -4/+8 |
| | | | | |||||
| * | | | Use proper routes for files | Lukas Reschke | 2014-08-19 | 1 | -0/+27 |
| | | | | |||||
| * | | | Remove loadAppScriptFile | Lukas Reschke | 2014-08-19 | 1 | -26/+0 |
| | | | | |||||
* | | | | Merge pull request #10573 from owncloud/share-dropdownfixwhenlinkdisallowed | Vincent Petry | 2014-08-21 | 2 | -11/+17 |
|\ \ \ \ | | | | | | | | | | | Fix share dropdown when links are not allowed | ||||
| * | | | | Fix share dropdown when links are not allowed | Vincent Petry | 2014-08-21 | 2 | -11/+17 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | When links are not allowed, the email field does not exist and autocomplete returns null. This causes Javascript errors. The fix prevents entering the bogus block when links aren't allowed, as it doesn't make sense to enter it in such cases anyway. | ||||
* | | | | Merge pull request #10548 from owncloud/encryption-app-description | Morris Jobke | 2014-08-21 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Better description to prevent people from misunderstanding the use case of encryption app | ||||
| * | | | | Better description to prevent people from misunderstanding the use case | Bernhard Posselt | 2014-08-21 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | no external files on windows for now | Thomas Müller | 2014-08-21 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | no external files on windows for now | Thomas Müller | 2014-08-21 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Merge pull request #10458 from owncloud/fix-tar-tests | Lukas Reschke | 2014-08-21 | 2 | -115/+140 |
|\ \ \ \ \ | | | | | | | | | | | | | temporarily disable TAR tests on travis | ||||
| * | | | | | Fix windows tests skipping | Morris Jobke | 2014-08-21 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | * add call to setUp from inherited test class | ||||
| * | | | | | Add files as string to tar archives | Robin Appelman | 2014-08-21 | 1 | -6/+2 |
| | | | | | | |||||
| * | | | | | reformat | Robin Appelman | 2014-08-21 | 1 | -112/+136 |
|/ / / / / | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-21 | 492 | -1103/+1236 |
| | | | | | |||||
* | | | | | Merge pull request #10562 from Volker-E/master | Clark Tomlinson | 2014-08-20 | 2 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | fixing #10561 & HTML structure | ||||
| * | | | | | Removing `x-webkit-speech` attribute #10561 | Volker E. | 2014-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Remove obsolete (from Google Chrome 36 on) attribute due to security vulnerability | ||||
| * | | | | | fix HTML structure by rmv. obsolete input end tag | Volker E. | 2014-08-20 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #10518 from owncloud/fix_storage_const_autoload | Lukas Reschke | 2014-08-20 | 12 | -18/+29 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix storage const autoload | ||||
| * | | | | | Add doc for \OCP\Files\FileInfo space constants | Morris Jobke | 2014-08-19 | 1 | -0/+9 |
| | | | | | | |||||
| * | | | | | fix typo | Morris Jobke | 2014-08-19 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | move to public namespace | Morris Jobke | 2014-08-19 | 12 | -17/+18 |
| | | | | | | |||||
| * | | | | | Use tabs for indentation. | Stephan Peijnik | 2014-08-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> | ||||
| * | | | | | Fix STORAGE_* constants usage by moving those constants into ↵ | Stephan Peijnik | 2014-08-19 | 10 | -16/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | \OC\Files\Filesystem. As constants not defined within a class cannot be automatically found by the autoloader moving those constants into a class makes them accessible to code which uses them. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> |