Bart Visscher
|
be7c613993
|
Fix errors from unit tests
|
2013-07-21 23:17:37 +02:00 |
Bart Visscher
|
b66c9098bd
|
Correct namespace of OC_ classes
|
2013-07-21 23:17:37 +02:00 |
Bart Visscher
|
000b5a801f
|
Move building error string to connection
|
2013-07-21 23:17:37 +02:00 |
Bart Visscher
|
de83bf98c7
|
Group database connection and schema function
|
2013-07-21 23:17:37 +02:00 |
Bart Visscher
|
013333fe6a
|
Cleanup: remove code for multiple database backends
|
2013-07-21 23:17:37 +02:00 |
Bart Visscher
|
3e0e2cfa19
|
Use $connection for schema changes
|
2013-07-21 23:17:37 +02:00 |
Bart Visscher
|
8a332cdc94
|
Simplify OC_DB transaction functions
|
2013-07-21 23:17:37 +02:00 |
Bart Visscher
|
19b9c89634
|
Move insertIfNotExist to Connection wrapper
Real implementation is in DB\Adapter* classes
|
2013-07-21 23:17:37 +02:00 |
Bart Visscher
|
58991150ab
|
Move query statement fixup handling to Connection wrapper
|
2013-07-21 23:17:37 +02:00 |
Bart Visscher
|
1d5d23a1de
|
Move limit/offset handling to Connection wrapper
|
2013-07-21 23:17:37 +02:00 |
Bart Visscher
|
a48e9c488b
|
Move prepared query cache handling to Connection wrapper
|
2013-07-21 23:17:36 +02:00 |
Bart Visscher
|
e3c5fea989
|
Move lastInsertId to adapter classes
|
2013-07-21 23:17:36 +02:00 |
Bart Visscher
|
cd98ff1eaf
|
Move db prefix handling to Connection wrapper
|
2013-07-21 23:17:36 +02:00 |
Bart Visscher
|
66a215651b
|
Create DB Connection wrapper and DB\Adapter* classes
|
2013-07-21 23:17:36 +02:00 |
Bart Visscher
|
62ce3a5613
|
Only close db connection when disconnecting, keep the connection object
|
2013-07-21 23:17:36 +02:00 |
Bart Visscher
|
25e3c9cbeb
|
Only display call trace in debug mode
|
2013-07-21 22:56:21 +02:00 |
Bart Visscher
|
aa22194a09
|
In debug mode uncaught exceptions should display a nice page
|
2013-07-21 22:40:35 +02:00 |
Bart Visscher
|
8c5df31c49
|
DRY use OC_Template::printErrorPage
|
2013-07-21 22:30:32 +02:00 |
Bart Visscher
|
df8ad46dae
|
Change exit calls to throwing an exception
This way the error won't be fatal in a unit test
|
2013-07-21 22:29:50 +02:00 |
Bart Visscher
|
6d39e0ad6f
|
Change to use !== and ===
|
2013-07-21 21:42:42 +02:00 |
Thomas Müller
|
01c39cf2be
|
fixing typos, PHPDoc and missing namespace \
|
2013-07-21 21:42:42 +02:00 |
Bart Visscher
|
3de8570e35
|
Move basic template functions to their own class
|
2013-07-21 21:42:42 +02:00 |
Bart Visscher
|
2593395561
|
Move template functions to there own file
|
2013-07-21 21:37:25 +02:00 |
Bart Visscher
|
5965f3ecea
|
Split locating JS and CSS files to their own class
|
2013-07-21 21:36:15 +02:00 |
Bart Visscher
|
37a731bcad
|
Merge pull request #4131 from owncloud/scanner-split
Remove scanner logic from ajax file and place it in it's own class
|
2013-07-21 11:32:11 -07:00 |
Bart Visscher
|
639097db59
|
Merge pull request #4092 from owncloud/base-better-errors
Generate better errors in base.php
|
2013-07-21 11:20:30 -07:00 |
Bart Visscher
|
9bf12da750
|
Merge pull request #3880 from owncloud/code-checker
Add classes replaced by the public api to the code checker
|
2013-07-21 11:19:20 -07:00 |
kondou
|
05084e03a0
|
Use !== and === in settings.
|
2013-07-21 13:55:25 +02:00 |
icewind1991
|
94fcbc736e
|
Merge pull request #4145 from owncloud/fix-failing-master
Fix failing master
|
2013-07-21 04:31:27 -07:00 |
Morris Jobke
|
f54f203e56
|
mark test as incomplete because I can't reproduce jenkins failure
|
2013-07-21 11:28:06 +02:00 |
Morris Jobke
|
8f93490ac4
|
fix failing master branch - Test_Config::testWriteData
|
2013-07-21 11:13:29 +02:00 |
Morris Jobke
|
05c83a163a
|
add proper deprecated tag
|
2013-07-21 10:30:00 +02:00 |
Morris Jobke
|
647e0a0cba
|
Merge pull request #4118 from owncloud/remove-size-experiment
finally remove the file size obfuscation as it had more disadvantages.
|
2013-07-21 01:25:39 -07:00 |
Jenkins for ownCloud
|
9a13b687cc
|
[tx-robot] updated from transifex
|
2013-07-21 02:02:41 -04:00 |
Morris Jobke
|
d0b6689c62
|
Merge pull request #4130 from owncloud/ie-show-password
deactivate show password toggle for IE
|
2013-07-20 05:22:37 -07:00 |
Jenkins for ownCloud
|
fb6283537f
|
[tx-robot] updated from transifex
|
2013-07-20 02:02:50 -04:00 |
Jan-Christoph Borchardt
|
48267b6e6c
|
add back public API function, but mark as deprecated
|
2013-07-20 01:15:12 +02:00 |
Thomas Müller
|
ae9b60ba61
|
Merge pull request #4119 from owncloud/external-storage-status
replace external storage status images with CSS, also use form to distinguish
|
2013-07-19 13:54:19 -07:00 |
Arthur Schiwon
|
f6d133955e
|
LDAP: fix background job, resolves #3528
|
2013-07-19 18:41:29 +02:00 |
Bart Visscher
|
11f28d7880
|
Result of && if not the part
|
2013-07-19 17:37:42 +02:00 |
Bart Visscher
|
cbe1c22b5f
|
Correct casing of OC_User and pass through the params to getUsers
|
2013-07-19 17:32:31 +02:00 |
Robin Appelman
|
2b89b7c880
|
Split scanning logic from ajax file
|
2013-07-19 16:44:47 +02:00 |
Robin Appelman
|
b397df2022
|
add option to get the mountmanager from the filesystem
|
2013-07-19 16:33:00 +02:00 |
Robin Appelman
|
02cdd52fb0
|
Make Cache\Scanner an emitter
|
2013-07-19 16:32:43 +02:00 |
Jan-Christoph Borchardt
|
35fc149ef0
|
deactivate show password toggle for IE
|
2013-07-19 15:17:28 +02:00 |
Thomas Müller
|
20ee9945d1
|
don't rely on admin user but create a test user for Test_Encryption_Keymanager
|
2013-07-19 14:54:10 +02:00 |
Arthur Schiwon
|
a8dfee04b8
|
Add message about completed update
|
2013-07-19 14:39:47 +02:00 |
Arthur Schiwon
|
2656ac9eeb
|
non-ajax Upgrade script utility, usable via CLI or wget. Requires PR 4047.
|
2013-07-19 14:39:38 +02:00 |
Bart Visscher
|
a22940d3cd
|
Add OC_L10N to public api
|
2013-07-19 11:40:11 +02:00 |
Bart Visscher
|
9379cbf602
|
Add OC_Image to public api
|
2013-07-19 11:23:47 +02:00 |