aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove asset pipelinRoeland Jago Douma2016-07-153-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 transifexNextcloud bot2016-07-122-0/+4
|
* add test for needsRebundling() checkBjoern Schiessle2016-07-111-1/+11
|
* Merge pull request #347 from nextcloud/drop-windows-fooLukas Reschke2016-07-115-50/+17
|\ | | | | Remove unneeded checks if it runs on a Windows machine
| * Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-085-50/+17
| | | | | | | | * the setup check is still there
* | Merge pull request #350 from nextcloud/fix-check-certificate-bundlesJoas Schilling2016-07-111-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 Schiessle2016-07-081-1/+2
| |/ | | | | | | specific certificate bundle if a user is given
* / Sanitize more config options and stack tracesMorris Jobke2016-07-082-0/+7
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-0816-10/+42
|
* Merge pull request #314 from jernst/masterLukas Reschke2016-07-071-8/+15
|\ | | | | Allow wildcard * to be used in trusted domains
| * Disallow certain malformed domain names even if they match the trusted ↵Johannes Ernst2016-07-061-3/+6
| | | | | | | | | | | | domain expression Stricter checking for valid domain names
| * Trusted domain wildcard checking made shorter, supporting multiple *Johannes Ernst2016-07-061-32/+8
| | | | | | | | Added test cases
| * Duh, no 'next' in PHP.Johannes Ernst2016-07-061-2/+2
| | | | | | | | Use === instead of == for extra paranoia.
| * Allow wildcard * to be used in trusted domains, to support setups where no ↵Johannes Ernst2016-07-051-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-masterLukas Reschke2016-07-076-27/+16
|\ \ | | | | | | Sync master
| * | Revert "occ web executor (#24957)"Morris Jobke2016-07-072-18/+4
| | | | | | | | | | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c.
| * | Revert "Bypass upgrade page when occ controller is requested"Morris Jobke2016-07-071-15/+3
| | | | | | | | | | | | This reverts commit 89e581acf8d30e11a27f1d23560d54306615ae7e.
| * | Merge branch 'master' into sync-masterMorris Jobke2016-07-0777-587/+303
| |\ \
| * | | Revert "[tx-robot] updated from transifex"Morris Jobke2016-07-0712-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 transifexJenkins for ownCloud2016-07-074-0/+6
| | | |
| * | | Use named parameter instead of direct value for system tags search param ↵Vincent Petry2016-07-061-1/+1
| | | | | | | | | | | | | | | | (#25380)
| * | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-062-0/+4
| | | |
| * | | Merge pull request #25356 from owncloud/checkupgrade-bypassVincent Petry2016-07-051-3/+15
| |\ \ \ | | | | | | | | | | Bypass upgrade page when occ controller is requested
| | * | | Bypass upgrade page when occ controller is requestedVictor Dubiniuk2016-07-051-3/+15
| | | | |
| * | | | fix swift primary object store test (#25281)Thomas Müller2016-07-051-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 transifexJenkins for ownCloud2016-07-052-0/+2
| |/ / /
| * | | Merge pull request #25240 from owncloud/remove-svgMorris Jobke2016-07-042-7/+7
| |\ \ \ | | | | | | | | | | Remove SVG fallback
| | * | | remove png references in coreHendrik Leppelsack2016-07-012-7/+7
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-042-0/+22
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-032-0/+4
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-022-0/+12
| |/ / /
* | / / [tx-robot] updated from transifexNextcloud bot2016-07-072-18/+18
| |/ / |/| |
* | | Merge pull request #323 from Faldon/database_portMorris Jobke2016-07-074-7/+23
|\ \ \ | | | | | | | | Added occ install option for database-port
| * | | Changed the input option for database-port to required when parameter was ↵Thomas Pulzer2016-07-062-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 Pulzer2016-07-064-7/+23
| | |/ | |/| | | | | | | | | | Extended the database setup to store the database port. Changed the PostgreSQL connection error message for clarification.
* / | [tx-robot] updated from transifexNextcloud bot2016-07-0660-516/+180
|/ /
* | Merge branch 'master' of https://github.com/nextcloud/serverThomas Pulzer2016-07-041-4/+1
|\ \
| * | [master] Use paramterized parameter for \OC\SystemTag\SystemTagManagerLukas Reschke2016-07-031-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 Pulzer2016-07-042-4/+4
|/ /
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-0113-45/+197
|\|
| * Various database migration fixes (#25209)Thomas Müller2016-06-295-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 transifexJenkins for ownCloud2016-06-294-0/+30
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-282-0/+4
| |
| * Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-1/+6
| | | | | | | | | | | | * Fix getting the certificate bundle for dav external storages * Log the original exception in dav external storage
| * Login hooks (#25260)Christoph Wurst2016-06-271-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 Appelman2016-06-271-3/+3
| | | | | | | | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability
* | Merge pull request #236 from nextcloud/master-sync-upstreamMorris Jobke2016-06-284-11/+47
|\ \ | | | | | | [Master] sync upstream
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-274-11/+47
| |\|
| | * Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadpermsVincent Petry2016-06-272-6/+24
| | |\ | | | | | | | | Add explicit delete permission to link shares
| | | * Repair step to adjust link share delete permissionsVincent Petry2016-06-241-0/+23
| | | |