- Jul 18, 2016
-
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
- Jul 17, 2016
-
-
Nextcloud bot authored
-
- Jul 16, 2016
-
-
Nextcloud bot authored
-
- Jul 15, 2016
-
-
Roeland Jago Douma authored
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.
-
- Jul 12, 2016
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Nextcloud bot authored
-
- Jul 11, 2016
-
-
Bjoern Schiessle authored
-
- Jul 08, 2016
-
-
Bjoern Schiessle authored
always check the mtime of the system bundle and additionally the user specific certificate bundle if a user is given
-
Morris Jobke authored
* the setup check is still there
-
Morris Jobke authored
-
Nextcloud bot authored
-
- Jul 07, 2016
-
-
Morris Jobke authored
This reverts commit 854352d9.
-
Morris Jobke authored
This reverts commit 89e581acf8d30e11a27f1d23560d54306615ae7e.
-
Morris Jobke authored
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.
-
Nextcloud bot authored
-
Jenkins for ownCloud authored
-
- Jul 06, 2016
-
-
Johannes Ernst authored
Stricter checking for valid domain names
-
Johannes Ernst authored
Added test cases
-
Vincent Petry authored
-
Nextcloud bot authored
-
Thomas Pulzer authored
Added casting database port to int for input sanitation in pgsql and oci connections.
-
Thomas Pulzer authored
Extended the database setup to store the database port. Changed the PostgreSQL connection error message for clarification.
-
Jenkins for ownCloud authored
-
Johannes Ernst authored
Use === instead of == for extra paranoia.
-
- Jul 05, 2016
-
-
Johannes Ernst authored
Allow wildcard * to be used in trusted domains, to support setups where no reliable DNS entry is available (e.g. mDNS) or for simple-to-setup aliasing (e.g. *.example.com)
-
Thomas Müller authored
* 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.
-
Jenkins for ownCloud authored
-
Victor Dubiniuk authored
-
- Jul 04, 2016
-
-
Thomas Pulzer authored
-
Jenkins for ownCloud authored
-
- Jul 03, 2016
-
-
Lukas Reschke authored
$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.
-
Jenkins for ownCloud authored
-
- Jul 02, 2016
-
-
Jenkins for ownCloud authored
-
- Jul 01, 2016
-
-
Hendrik Leppelsack authored
-
- Jun 29, 2016
-
-
Thomas Müller authored
* 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
-
Jenkins for ownCloud authored
-
- Jun 28, 2016
-
-
Jenkins for ownCloud authored
-