Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-16 | 6 | -0/+15 |
| | |||||
* | Merge pull request #11060 from owncloud/rmobslang | Lukas Reschke | 2014-09-15 | 6 | -39/+0 |
|\ | | | | | remove obsolete language files | ||||
| * | remove obsolete language files | Volkan Gezer | 2014-09-13 | 6 | -39/+0 |
| | | |||||
* | | Merge pull request #11021 from owncloud/do-not-double-decode | Andreas Fischer | 2014-09-15 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Do not double decode values * owncloud/do-not-double-decode: Do not double decode values | ||||
| * | | Do not double decode values | Lukas Reschke | 2014-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/11012 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-15 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #11050 from owncloud/enc-flockfix | Lukas Reschke | 2014-09-15 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Remove passing by reference to allow for proper GC | ||||
| * | | | Remove passing by reference to allow for proper GC | Vincent Petry | 2014-09-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The garbage collector in PHP 5.3.10 does not properly release the file handle when calling fclose() due to the fact that it is passed by reference. This has the side-effect of preventing file locks to be released as well when the files_locking app is enabled. This fix removes the useless passing by reference and now the file handle and file lock are freed properly. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-14 | 1 | -0/+1 |
| |_|/ |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-13 | 1 | -0/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-12 | 3 | -0/+8 |
| |/ |/| | |||||
* | | Merge pull request #9698 from owncloud/fix-9666 | Thomas Müller | 2014-09-11 | 1 | -3/+1 |
|\ \ | | | | | | | Load apps in tests, fixes #9666 | ||||
| * | | Fix mkdir error in mountconfig.php | Robin McCorkell | 2014-09-10 | 1 | -1/+1 |
| | | | |||||
| * | | Load apps in test situations | Robin McCorkell | 2014-09-10 | 1 | -2/+0 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-11 | 10 | -47/+251 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-10 | 14 | -1/+34 |
| | |||||
* | Merge pull request #10922 from owncloud/explicit-scan-transactions | Lukas Reschke | 2014-09-09 | 2 | -2/+2 |
|\ | | | | | Use bigger transactions when doing explicit file system scans | ||||
| * | Use bigger transactions when doing explicit file system scans | Robin Appelman | 2014-09-08 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-09 | 39 | -40/+115 |
| | | |||||
* | | Merge pull request #10739 from owncloud/eventsource-public | Lukas Reschke | 2014-09-08 | 2 | -4/+4 |
|\ \ | | | | | | | Add EventSource to the public API | ||||
| * | | Better phpdoc and method naming | Robin Appelman | 2014-09-04 | 2 | -2/+2 |
| | | | |||||
| * | | Use the public api to get event sources | Robin Appelman | 2014-09-03 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #10885 from owncloud/swift-hasupdated | Lukas Reschke | 2014-09-08 | 2 | -20/+52 |
|\ \ \ | | | | | | | | | Fix hasUpdated for folders in openstack swift | ||||
| * | | | Fix hasUpdated for folders in swift backend | Robin Appelman | 2014-09-05 | 1 | -0/+22 |
| | | | | |||||
| * | | | Fix configuration of rackspace | Robin Appelman | 2014-09-05 | 2 | -20/+30 |
| | | | | |||||
* | | | | Merge pull request #10755 from owncloud/shorter_sharing_links | Lukas Reschke | 2014-09-08 | 1 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | Shorter sharing links | ||||
| * | | | | Use a route instead of s.php and convert tokens asap | kondou | 2014-09-04 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Merge pull request #10938 from owncloud/useSecureMimetype | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Use secure mimetype for content delivery | ||||
| * | | | | | Use secure mimetype for content delivery | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Adds some hardening against potential CSP bypassed. | ||||
* | | | | | | Merge pull request #10890 from owncloud/fix-10888 | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | if only one attribute is requested, the returned array has 0 as key inst... | ||||
| * | | | | | if only one attribute is requested, the returned array has 0 as key instead ↵ | Arthur Schiwon | 2014-09-05 | 1 | -1/+1 |
| | |/ / / | |/| | | | | | | | | | | | | | of attribute name. fixes #10888 | ||||
* | | | | | Merge pull request #10891 from owncloud/files-moveoperationcatchexception | Vincent Petry | 2014-09-08 | 1 | -4/+10 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Catch exceptions when moving files | ||||
| * | | | | Catch exceptions when moving files | Vincent Petry | 2014-09-05 | 1 | -4/+10 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | When moving files on storages that don't expose permissions, the storage itself might throw an exception when the permission is denied. This fix ensures that exceptions are caught and forwarded to the client instead of just hanging. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-07 | 5 | -4/+38 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-06 | 4 | -10/+14 |
| | | | | |||||
* | | | | Merge pull request #10860 from owncloud/scrolltofix | Clark Tomlinson | 2014-09-05 | 3 | -27/+46 |
|\ \ \ \ | |_|/ / |/| | | | Scroll to file on search or add | ||||
| * | | | Scroll to new file/folder after adding | Vincent Petry | 2014-09-04 | 2 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | When creating a new file from the menu, the list now scrolls to that file. | ||||
| * | | | Fixed scrollto for search results | Vincent Petry | 2014-09-04 | 2 | -22/+36 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | Now passing the "scrollto" URL argument to the file list class which will also automatically scroll and highlight the matching element. This code is triggered by the search box when in a different folder and also by the activity app. | ||||
* | | | Merge pull request #10870 from owncloud/dnd-droponreadonlyfolderfix | Vincent Petry | 2014-09-05 | 3 | -2/+35 |
|\ \ \ | | | | | | | | | Added permission check for drag and drop | ||||
| * | | | Added permission check for drag and drop | Vincent Petry | 2014-09-04 | 3 | -2/+35 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | When dropping files onto a read-only folder, a notification is now shown instead of attempting to upload. This for both the drag for upload and drag from inside the file list cases. | ||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-05 | 2 | -0/+2 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-04 | 3 | -0/+7 |
| | | |||||
* | | Merge pull request #9195 from owncloud/fix-733 | pdessauw | 2014-09-03 | 3 | -0/+82 |
|\ \ | | | | | | | Scroll to uploaded file in file list | ||||
| * | | Highlight every uploaded files and scroll down to the last one | pdessauw | 2014-09-03 | 3 | -0/+82 |
| |/ | |||||
* / | Hiding add to your own cloud if server2server sharing is not enabled | Clark Tomlinson | 2014-09-03 | 2 | -1/+9 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-03 | 5 | -3/+15 |
| | |||||
* | Remove unneeded file initialization in encryption, already handled in a hook | Robin Appelman | 2014-09-02 | 1 | -16/+0 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-02 | 10 | -0/+23 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-01 | 68 | -153/+198 |
| | |||||
* | Merge pull request #10420 from owncloud/external-share-self-signed | Lukas Reschke | 2014-08-31 | 8 | -135/+16 |
|\ | | | | | Make external shares work with imported self signed certificates |