Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove asset pipelin | Roeland Jago Douma | 2016-07-15 | 3 | -178/+21 |
| | | | | | | | | Fixes #215 The asset pipeline has shown to do more harm than good. Some apps fail hard with it. Also it makes sure that you download a huge file on each unvisited page. | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-12 | 2 | -0/+4 |
| | |||||
* | add test for needsRebundling() check | Bjoern Schiessle | 2016-07-11 | 1 | -1/+11 |
| | |||||
* | Merge pull request #347 from nextcloud/drop-windows-foo | Lukas Reschke | 2016-07-11 | 5 | -50/+17 |
|\ | | | | | Remove unneeded checks if it runs on a Windows machine | ||||
| * | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 5 | -50/+17 |
| | | | | | | | | * the setup check is still there | ||||
* | | Merge pull request #350 from nextcloud/fix-check-certificate-bundles | Joas Schilling | 2016-07-11 | 1 | -1/+2 |
|\ \ | | | | | | | fix check if the certificate bundle needs to be updated | ||||
| * | | always check the mtime of the system bundle and additionally the user ↵ | Bjoern Schiessle | 2016-07-08 | 1 | -1/+2 |
| |/ | | | | | | | specific certificate bundle if a user is given | ||||
* / | Sanitize more config options and stack traces | Morris Jobke | 2016-07-08 | 2 | -0/+7 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-08 | 16 | -10/+42 |
| | |||||
* | Merge pull request #314 from jernst/master | Lukas Reschke | 2016-07-07 | 1 | -8/+15 |
|\ | | | | | Allow wildcard * to be used in trusted domains | ||||
| * | Disallow certain malformed domain names even if they match the trusted ↵ | Johannes Ernst | 2016-07-06 | 1 | -3/+6 |
| | | | | | | | | | | | | domain expression Stricter checking for valid domain names | ||||
| * | Trusted domain wildcard checking made shorter, supporting multiple * | Johannes Ernst | 2016-07-06 | 1 | -32/+8 |
| | | | | | | | | Added test cases | ||||
| * | Duh, no 'next' in PHP. | Johannes Ernst | 2016-07-06 | 1 | -2/+2 |
| | | | | | | | | Use === instead of == for extra paranoia. | ||||
| * | Allow wildcard * to be used in trusted domains, to support setups where no ↵ | Johannes Ernst | 2016-07-05 | 1 | -2/+30 |
| | | | | | | | | reliable DNS entry is available (e.g. mDNS) or for simple-to-setup aliasing (e.g. *.example.com) | ||||
* | | Merge pull request #333 from nextcloud/sync-master | Lukas Reschke | 2016-07-07 | 6 | -27/+16 |
|\ \ | | | | | | | Sync master | ||||
| * | | Revert "occ web executor (#24957)" | Morris Jobke | 2016-07-07 | 2 | -18/+4 |
| | | | | | | | | | | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c. | ||||
| * | | Revert "Bypass upgrade page when occ controller is requested" | Morris Jobke | 2016-07-07 | 1 | -15/+3 |
| | | | | | | | | | | | | This reverts commit 89e581acf8d30e11a27f1d23560d54306615ae7e. | ||||
| * | | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 77 | -587/+303 |
| |\ \ | |||||
| * | | | Revert "[tx-robot] updated from transifex" | Morris Jobke | 2016-07-07 | 12 | -50/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3731b2a006eca1e96d4087212a5e779c85a002e4. Revert "[tx-robot] updated from transifex" This reverts commit 94d91113f1206161b00bbc28da00aaf80bcd0a3e. Revert "[tx-robot] updated from transifex" This reverts commit e7cc8bac1e26935ed3bceb2b777659cc72cafdf2. Revert "[tx-robot] updated from transifex" This reverts commit 59fc3ff45a98e305ad65069d31fc78081fa88dc6. Revert "[tx-robot] updated from transifex" This reverts commit 6a89a63d2e5f6d807f6e99823b76f3cfea268c29. Revert "[tx-robot] updated from transifex" This reverts commit b0bad03234329113988d7d9c9cf2613d8f031c5f. | ||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-07 | 4 | -0/+6 |
| | | | | |||||
| * | | | Use named parameter instead of direct value for system tags search param ↵ | Vincent Petry | 2016-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | (#25380) | ||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-06 | 2 | -0/+4 |
| | | | | |||||
| * | | | Merge pull request #25356 from owncloud/checkupgrade-bypass | Vincent Petry | 2016-07-05 | 1 | -3/+15 |
| |\ \ \ | | | | | | | | | | | Bypass upgrade page when occ controller is requested | ||||
| | * | | | Bypass upgrade page when occ controller is requested | Victor Dubiniuk | 2016-07-05 | 1 | -3/+15 |
| | | | | | |||||
| * | | | | fix swift primary object store test (#25281) | Thomas Müller | 2016-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test. | ||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-05 | 2 | -0/+2 |
| |/ / / | |||||
| * | | | Merge pull request #25240 from owncloud/remove-svg | Morris Jobke | 2016-07-04 | 2 | -7/+7 |
| |\ \ \ | | | | | | | | | | | Remove SVG fallback | ||||
| | * | | | remove png references in core | Hendrik Leppelsack | 2016-07-01 | 2 | -7/+7 |
| | | | | | |||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-04 | 2 | -0/+22 |
| | | | | | |||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-03 | 2 | -0/+4 |
| | | | | | |||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-02 | 2 | -0/+12 |
| |/ / / | |||||
* | / / | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-07 | 2 | -18/+18 |
| |/ / |/| | | |||||
* | | | Merge pull request #323 from Faldon/database_port | Morris Jobke | 2016-07-07 | 4 | -7/+23 |
|\ \ \ | | | | | | | | | Added occ install option for database-port | ||||
| * | | | Changed the input option for database-port to required when parameter was ↵ | Thomas Pulzer | 2016-07-06 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | provided. Added casting database port to int for input sanitation in pgsql and oci connections. | ||||
| * | | | Added occ install option for database-port. | Thomas Pulzer | 2016-07-06 | 4 | -7/+23 |
| | |/ | |/| | | | | | | | | | | Extended the database setup to store the database port. Changed the PostgreSQL connection error message for clarification. | ||||
* / | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-06 | 60 | -516/+180 |
|/ / | |||||
* | | Merge branch 'master' of https://github.com/nextcloud/server | Thomas Pulzer | 2016-07-04 | 1 | -4/+1 |
|\ \ | |||||
| * | | [master] Use paramterized parameter for \OC\SystemTag\SystemTagManager | Lukas Reschke | 2016-07-03 | 1 | -4/+1 |
| | | | | | | | | | | | | $nameSearchPattern was passed in and directly appended to the SQL query. Luckily the code path isn't reached anywhere in Nextcloud or the included apps. | ||||
* | | | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 2 | -4/+4 |
|/ / | |||||
* | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 13 | -45/+197 |
|\| | |||||
| * | Various database migration fixes (#25209) | Thomas Müller | 2016-06-29 | 5 | -1/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-29 | 4 | -0/+30 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-28 | 2 | -0/+4 |
| | | |||||
| * | Fix getting the certificate bundle for dav external storage (#25274) | Robin Appelman | 2016-06-27 | 1 | -1/+6 |
| | | | | | | | | | | | | * 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 | 1 | -40/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -3/+3 |
| | | | | | | | | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability | ||||
* | | Merge pull request #236 from nextcloud/master-sync-upstream | Morris Jobke | 2016-06-28 | 4 | -11/+47 |
|\ \ | | | | | | | [Master] sync upstream | ||||
| * | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 4 | -11/+47 |
| |\| | |||||
| | * | Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadperms | Vincent Petry | 2016-06-27 | 2 | -6/+24 |
| | |\ | | | | | | | | | Add explicit delete permission to link shares | ||||
| | | * | Repair step to adjust link share delete permissions | Vincent Petry | 2016-06-24 | 1 | -0/+23 |
| | | | |