Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 12 | -19/+19 |
| | |||||
* | Merge pull request #290 from nextcloud/update-transifex-link | Morris Jobke | 2016-07-04 | 1 | -1/+1 |
|\ | | | | | We have our own Transifex org now ;) | ||||
| * | We have our own Transifex org now ;) | Marius Blüm | 2016-07-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #275 from nextcloud/master-sync-upstream | Björn Schießle | 2016-07-01 | 202 | -227/+3213 |
|\ | | | | | [Master] Sync upstream | ||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 202 | -227/+3213 |
| |\ | |||||
| | * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-01 | 8 | -0/+126 |
| | | | |||||
| | * | Merge pull request #25304 from owncloud/local-karma | Vincent Petry | 2016-06-30 | 1 | -13/+1 |
| | |\ | | | | | | | | | Always use local karma | ||||
| | | * | always use local karma | Hendrik Leppelsack | 2016-06-29 | 1 | -13/+1 |
| | | | | |||||
| | * | | Merge pull request #25310 from owncloud/search-preventinfiniteloop | Vincent Petry | 2016-06-30 | 1 | -2/+5 |
| | |\ \ | | | | | | | | | | | Prevent infinite loop in search auto-nextpage | ||||
| | | * | | Prevent infinite loop in search auto-nextpage | Vincent Petry | 2016-06-30 | 1 | -2/+5 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When loading the next page of search results, make sure that the loop can end if there are no more elements in case the total doesn't match. Also added a check to avoid recomputing the search results whenever the setFilter() is called with the same value. This happens when navigating away to another folder, the search field gets cleared automatically and it calls FileList.setFilter(''). | ||||
| | * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-30 | 8 | -2/+32 |
| | | | | |||||
| | * | | fix version string | Daniel Molkentin | 2016-06-29 | 1 | -1/+1 |
| | | | | |||||
| | * | | 9.1.0 RC 1 | Daniel Molkentin | 2016-06-29 | 1 | -2/+2 |
| | | | | |||||
| | * | | Various database migration fixes (#25209) | Thomas Müller | 2016-06-29 | 12 | -4/+1692 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * String columns with a length higher then 4000 are converted into a CLOB columns automagically - we have to respect this when migrating * Adding schema migration tests to prevent unnecessary and non-sense migration steps Fix Oracle autoincrement and unsigned handling * Fix sqlite integer type for autoincrement * Use lower case table names - fixes pg * Fix postgres with default -1 - this only affect pg 9.4 servers - 9.5 seems to work fine | ||||
| | * | | Merge pull request #25288 from owncloud/fix-versionrevertperms | Vincent Petry | 2016-06-29 | 4 | -2/+78 |
| | |\ \ | | | | | | | | | | | Hide revert button when no permission to revert | ||||
| | | * | | Hide revert button when no permission to revert | Vincent Petry | 2016-06-28 | 4 | -2/+78 |
| | | | | | |||||
| | * | | | get only vcards which match both the address book id and the vcard uri (#25294) | Björn Schießle | 2016-06-29 | 2 | -1/+5 |
| | | | | | |||||
| | * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-29 | 44 | -10/+486 |
| | |/ / | |||||
| | * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-28 | 148 | -138/+686 |
| | | | | |||||
| | * | | Fix getting the certificate bundle for dav external storage (#25274) | Robin Appelman | 2016-06-27 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Fix getting the certificate bundle for dav external storages * Log the original exception in dav external storage | ||||
| | * | | Login hooks (#25260) | Christoph Wurst | 2016-06-27 | 2 | -41/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix login hooks * adjust user session tests * fix login return value of successful token logins * trigger preLogin hook earlier; extract method 'loginWithPassword' * call postLogin hook earlier; add PHPDoc | ||||
| | * | | handle unavailable fed shares while testing for availability (#25277) | Robin Appelman | 2016-06-27 | 2 | -5/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability | ||||
| | * | | fix a ImageExportPlugin Test (#25215) | Georg Ehrke | 2016-06-27 | 2 | -8/+15 |
| | | | | |||||
* | | | | Merge pull request #281 from nextcloud/update-3rdparty-master | Björn Schießle | 2016-07-01 | 1 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | update to 3rdparty master | ||||
| * | | | | update to 3rdparty master | Morris Jobke | 2016-07-01 | 1 | -0/+0 |
| |/ / / | |||||
* | | | | Merge pull request #278 from nextcloud/master-traversal-directory-js | Björn Schießle | 2016-07-01 | 2 | -2/+15 |
|\ \ \ \ | |/ / / |/| | | | Do not allow directory traversal using "../" | ||||
| * | | | Match on 405 | Lukas Reschke | 2016-07-01 | 2 | -1/+6 |
| | | | | |||||
| * | | | Match for /../ | Lukas Reschke | 2016-07-01 | 2 | -1/+5 |
| | | | | |||||
| * | | | Do not allow directory traversal using "../" | Lukas Reschke | 2016-07-01 | 2 | -1/+5 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | We should not allow directory traversals using "../" here. To test access the following URL once with and then without this patch: http://localhost/server/index.php/apps/files/?dir=../../This+Should+Not+Be+Here | ||||
* | | | Merge pull request #255 from nextcloud/dav-permission-check | Björn Schießle | 2016-06-30 | 4 | -3/+96 |
|\ \ \ | | | | | | | | | add some additonal permission checks to the webdav backend | ||||
| * | | | fix error message | Bjoern Schiessle | 2016-06-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix tests | Lukas Reschke | 2016-06-30 | 1 | -0/+20 |
| | | | | |||||
| * | | | Add proper throws PHP docs | Lukas Reschke | 2016-06-30 | 1 | -2/+13 |
| | | | | |||||
| * | | | Add required $message parameter | Lukas Reschke | 2016-06-30 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add integration tests | Lukas Reschke | 2016-06-30 | 2 | -0/+47 |
| | | | | |||||
| * | | | add some additonal permission checks to the webdav backend | Bjoern Schiessle | 2016-06-30 | 1 | -1/+16 |
| | | | | |||||
* | | | | Merge pull request #258 from nextcloud/set-disposition | Marius Blüm | 2016-06-30 | 2 | -2/+7 |
|\ \ \ \ | | | | | | | | | | | Set content-type to "application/octet-stream" | ||||
| * | | | | Set content-type to "application/octet-stream" | Lukas Reschke | 2016-06-30 | 2 | -2/+7 |
| |/ / / | | | | | | | | | | | | | Some browsers such as Firefox on Microsoft Windows otherwise do offer to open the file directly which is kinda silly. | ||||
* | | | | Merge pull request #253 from nextcloud/fix-versions | Morris Jobke | 2016-06-30 | 1 | -5/+11 |
|\ \ \ \ | |/ / / |/| | | | check permissions before rollback | ||||
| * | | | check permissions before rollback | Bjoern Schiessle | 2016-06-30 | 1 | -5/+11 |
|/ / / | |||||
* | | | Merge pull request #247 from nextcloud/l10n-fixes | Morris Jobke | 2016-06-30 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Fix update notification text | ||||
| * | | | Fix update notification text | Morris Jobke | 2016-06-29 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | * thanks to ungesundes_halbwissen @ transifex | ||||
* | | | | Merge pull request #206 from nextcloud/ci-mysql | Morris Jobke | 2016-06-30 | 4 | -6/+32 |
|\ \ \ \ | | | | | | | | | | | Add mysql job to CI | ||||
| * | | | | mysql only works with 3 byte UTF-8 | Morris Jobke | 2016-06-29 | 2 | -1/+9 |
| | | | | | |||||
| * | | | | fix mysql error handling | Morris Jobke | 2016-06-23 | 2 | -1/+1 |
| | | | | | |||||
| * | | | | Add mysql job to CI | Morris Jobke | 2016-06-23 | 2 | -6/+24 |
| | | | | | |||||
* | | | | | Merge pull request #248 from nextcloud/tx-fixes | Morris Jobke | 2016-06-29 | 1 | -16/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | Update transifex config | ||||
| * | | | | | Update transifex config | Morris Jobke | 2016-06-29 | 1 | -16/+15 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #245 from nextcloud/fix-243 | Morris Jobke | 2016-06-29 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | targets 3rdparty submodule from Nc instead of oC | ||||
| * | | | | targets 3rdparty submodule from Nc instead of oC | Vincent Chan | 2016-06-28 | 1 | -1/+1 |
| | | | | |