Robin Appelman
e5d7612a19
dont check for pgsql extension during setup
10 years ago
Robin Appelman
7ffda5d10f
use pdo for postgres setup
10 years ago
Robin Appelman
8a79d314cf
Remove duplicate database connect logic in mysql setup
10 years ago
Nextcloud bot
e29835a702
[tx-robot] updated from transifex
10 years ago
Bjoern Schiessle
7c64e1973f
add test for needsRebundling() check
10 years ago
Bjoern Schiessle
49cad153af
always check the mtime of the system bundle and additionally the user specific certificate bundle if a user is given
10 years ago
Morris Jobke
c2d88a08b7
Remove unneeded checks if it runs on a Windows machine
* the setup check is still there
10 years ago
Morris Jobke
390a996297
Sanitize more config options and stack traces
10 years ago
Nextcloud bot
a84250e0af
[tx-robot] updated from transifex
10 years ago
Morris Jobke
2791b8f00d
Revert "occ web executor ( #24957 )"
This reverts commit 854352d9a0 .
10 years ago
Morris Jobke
e3b509220b
Revert "Bypass upgrade page when occ controller is requested"
This reverts commit 89e581acf8 .
10 years ago
Morris Jobke
5ace43f438
Revert "[tx-robot] updated from transifex"
This reverts commit 3731b2a006 .
Revert "[tx-robot] updated from transifex"
This reverts commit 94d91113f1 .
Revert "[tx-robot] updated from transifex"
This reverts commit e7cc8bac1e .
Revert "[tx-robot] updated from transifex"
This reverts commit 59fc3ff45a .
Revert "[tx-robot] updated from transifex"
This reverts commit 6a89a63d2e .
Revert "[tx-robot] updated from transifex"
This reverts commit b0bad03234 .
10 years ago
Nextcloud bot
4a0efa38c0
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
38718bf89e
[tx-robot] updated from transifex
10 years ago
Johannes Ernst
66a134e69e
Disallow certain malformed domain names even if they match the trusted domain expression
Stricter checking for valid domain names
10 years ago
Johannes Ernst
2b4ceae620
Trusted domain wildcard checking made shorter, supporting multiple *
Added test cases
10 years ago
Vincent Petry
dc21a38a85
Use named parameter instead of direct value for system tags search param ( #25380 )
10 years ago
Nextcloud bot
da2363a1dd
[tx-robot] updated from transifex
10 years ago
Thomas Pulzer
0638937ada
Changed the input option for database-port to required when parameter was provided.
Added casting database port to int for input sanitation in pgsql and oci connections.
10 years ago
Thomas Pulzer
d367318088
Added occ install option for database-port.
Extended the database setup to store the database port.
Changed the PostgreSQL connection error message for clarification.
10 years ago
Jenkins for ownCloud
6103df97cc
[tx-robot] updated from transifex
10 years ago
Johannes Ernst
3516b58be6
Duh, no 'next' in PHP.
Use === instead of == for extra paranoia.
10 years ago
Johannes Ernst
b1867dc8d1
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)
10 years ago
Thomas Müller
d2d99a91a0
fix swift primary object store test ( #25281 )
* 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.
10 years ago
Jenkins for ownCloud
34eec57262
[tx-robot] updated from transifex
10 years ago
Victor Dubiniuk
e38bbdc9fe
Bypass upgrade page when occ controller is requested
10 years ago
Thomas Pulzer
90b7f74da7
Changed name of default logfile from owncloud.log to nextcloud.log.
10 years ago
Jenkins for ownCloud
9e0d8fcf41
[tx-robot] updated from transifex
10 years ago
Lukas Reschke
dc5fea504b
[master] Use paramterized parameter for \OC\SystemTag\SystemTagManager
$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.
10 years ago
Jenkins for ownCloud
cea84cf7a8
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
dea7b5be35
[tx-robot] updated from transifex
10 years ago
Hendrik Leppelsack
11be3d6276
remove png references in core
10 years ago
Thomas Müller
b55ab6d22a
Various database migration fixes ( #25209 )
* 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
10 years ago
Jenkins for ownCloud
2b0f053126
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
894b7d93f6
[tx-robot] updated from transifex
10 years ago
Robin Appelman
2a72eff9ee
Fix getting the certificate bundle for dav external storage ( #25274 )
* Fix getting the certificate bundle for dav external storages
* Log the original exception in dav external storage
10 years ago
Christoph Wurst
1710de8afb
Login hooks ( #25260 )
* 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
10 years ago
Robin Appelman
88ef163276
handle unavailable fed shares while testing for availability ( #25277 )
* More explicit http status codes
* handle unavailable fed shares while testing for availability
10 years ago
Bjoern Schiessle
2a990a0db5
verify user password on change
10 years ago
Bjoern Schiessle
d4989c8037
remove old hook, no longer needed
10 years ago
Bjoern Schiessle
630e4b1b46
check password for link shares
10 years ago
Lukas Reschke
89e889c832
Check if server is installed
AppManager has a dependency on Nc being installed
10 years ago
Lukas Reschke
27b699bdbc
Migrate logic to dynamic controller
Also adds support for having custom login backgrounds
10 years ago
Bjoern Schiessle
10f6ca20bc
write theme settings to database
10 years ago
Christoph Wurst
89198e62e8
check login name when authenticating with client token
10 years ago
Vincent Petry
e677ad56fd
Make code integrity check work when OC is not installed yet
10 years ago
Vincent Petry
0ad065cb8d
Repair step to adjust link share delete permissions
10 years ago
Vincent Petry
955635c7aa
Add explicit delete permission to link shares
Link shares always allowed deletion, however internally the permissions
were stored as 7 which lacked delete permissions. This created an
inconsistency in the Webdav permissions.
This fix makes sure we include delete permissions in the share
permissions, which now become 15.
In case a client is still passing 7 for legacy reasons, it gets
converted automatically to 15.
10 years ago
Jenkins for ownCloud
29068d3845
[tx-robot] updated from transifex
10 years ago
VicDeo
854352d9a0
occ web executor ( #24957 )
* Initial web executor
* Fix PHPDoc
Fix broken integration test
OccControllerTests do not require database access - moch them all!
Kill unused sprintf
10 years ago