Joas Schilling
|
0f836cfe9e
|
Make sure the interface and the implementation match
|
2015-12-18 10:04:30 +01:00 |
|
Joas Schilling
|
345e68cafa
|
Use the query builder for the joblist queries
|
2015-12-18 09:50:23 +01:00 |
|
Thomas Müller
|
1456e910ad
|
Merge pull request #21269 from owncloud/we-shall-cleanup-xml-parser-errors
Assert that there are no xml error left
|
2015-12-18 09:17:53 +01:00 |
|
Thomas Müller
|
228a75e2ec
|
Merge pull request #21248 from owncloud/deprecated_oc_helper_linkToRoute
Replace deprecated OC_Helper::linkToRoute calls
|
2015-12-18 07:56:42 +01:00 |
|
Roeland Jago Douma
|
2a280e2fad
|
Remove private deprecated OC_Helper::linkToRoute
|
2015-12-17 18:46:43 +01:00 |
|
Roeland Jago Douma
|
9fe3d2f1f8
|
OC_Helper::linkToRoute is deprecated
Replaced all calls to OC_Helper::linkToRoute with
OC::$server->getURLGenerator()->linkToRoute
|
2015-12-17 18:46:42 +01:00 |
|
Thomas Müller
|
b3c8e9ca32
|
Clear xml errors in updater
|
2015-12-17 17:46:07 +01:00 |
|
Thomas Müller
|
9b423f3532
|
Clear xml errors in ocs client
|
2015-12-17 17:34:15 +01:00 |
|
Thomas Müller
|
62b82cfe4b
|
Clear xml errors
|
2015-12-17 17:28:44 +01:00 |
|
Roeland Jago Douma
|
c64e827f00
|
Since avatar.js is now essentially empty remove it
|
2015-12-17 16:32:18 +01:00 |
|
Thomas Müller
|
1285b78086
|
Merge pull request #21200 from owncloud/files-authorizationheader
Use Authorization headers for public webdav in web UI
|
2015-12-17 15:30:13 +01:00 |
|
Thomas Müller
|
e3ed42135d
|
Merge pull request #21240 from owncloud/avatar_speedup
Avatar speedup
|
2015-12-17 14:43:21 +01:00 |
|
Thomas Müller
|
358b84c21d
|
Merge pull request #21253 from owncloud/deprecated_oc_helper_linkTo
Remove deprecated OC_Helper::linkTo
|
2015-12-17 14:43:02 +01:00 |
|
Thomas Müller
|
21bd19b6ae
|
Merge pull request #21241 from owncloud/fix_21226
Do not try to get the avatar if there is no user
|
2015-12-17 12:14:25 +01:00 |
|
Roeland Jago Douma
|
205c239eab
|
Remove deprecated OC_Helper::linkTo function
|
2015-12-17 11:51:40 +01:00 |
|
Roeland Jago Douma
|
19eeb23b91
|
OC_Helper::linkTo is deprecated
Replaced with suggested (and calling body of)
|
2015-12-17 10:53:21 +01:00 |
|
Roeland Jago Douma
|
db95c8d512
|
Do not try to get the avatar if there is no user
|
2015-12-17 09:14:04 +01:00 |
|
Jenkins for ownCloud
|
a7cd8103b5
|
[tx-robot] updated from transifex
|
2015-12-17 01:55:09 -05:00 |
|
Roeland Jago Douma
|
d796c43841
|
[Avatars] Add function to get the Node of the avatar
Since we usually just get the avatar and stream the content to the users
there is no need to first create an image in memory.
|
2015-12-16 20:29:02 +01:00 |
|
Thomas Müller
|
c92b49c82a
|
Merge pull request #21184 from owncloud/cli-logger-embedded-webserver
Let's print error messages to the builtin webserver console ... makes…
|
2015-12-16 20:26:29 +01:00 |
|
Vincent Petry
|
064dcc079d
|
Load base64 polyfill in IE and friends
|
2015-12-14 17:50:33 +01:00 |
|
Björn Schießle
|
efc030aa25
|
don't allow to create a federated share if source and target server are the same
|
2015-12-14 17:16:14 +01:00 |
|
Thomas Müller
|
a7ecb6e984
|
Let's print error messages to the builtin webserver console ... makes development a bit easier
|
2015-12-14 12:16:41 +01:00 |
|
Robin Appelman
|
9d732e35e1
|
Check if user isset in $_REQUEST first
|
2015-12-14 09:56:52 +01:00 |
|
Jenkins for ownCloud
|
74de12c698
|
[tx-robot] updated from transifex
|
2015-12-13 01:54:51 -05:00 |
|
Thomas Müller
|
f831d93f3f
|
Merge pull request #20878 from owncloud/proper-htaccess-support-in-code-signing-checker
Also run .htaccess routine when installing on another system than Apache
|
2015-12-11 11:46:37 +01:00 |
|
Thomas Müller
|
6317ba8cb4
|
Merge pull request #21135 from owncloud/add-polyfill
Add polyfills for PHP55, PHP56 and PHP70 functionalities
|
2015-12-11 11:40:51 +01:00 |
|
Thomas Müller
|
86bd95ea1b
|
Merge pull request #21020 from owncloud/add-directory-slash-to-setup-code
Add DirectorySlash to dynamic .htaccess write
|
2015-12-11 11:40:32 +01:00 |
|
Thomas Müller
|
c14f4e8506
|
Merge pull request #21045 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
|
2015-12-11 11:39:25 +01:00 |
|
Thomas Müller
|
ecc3c174a0
|
Merge pull request #21128 from owncloud/dav-fopen-non-existing
Dont do a seperate request to check if a file exists when downloading a file from dav external storage
|
2015-12-11 10:48:22 +01:00 |
|
Lukas Reschke
|
f3360d51c6
|
Use PHP polyfills
|
2015-12-11 08:47:36 +01:00 |
|
Morris Jobke
|
4569d88879
|
IMemcacheTTL was backported to 8.2.2
see #21113
|
2015-12-10 19:00:07 +01:00 |
|
Robin Appelman
|
97f5c095f4
|
Dont do a seperate request to check if a file exists for dav->fopen
|
2015-12-10 17:23:53 +01:00 |
|
Thomas Müller
|
ab1ea5ccc4
|
Merge pull request #21119 from owncloud/make-appconfig-more-robust
Make AppManager->checkAppForUser more robust
|
2015-12-10 16:44:40 +01:00 |
|
Scrutinizer Auto-Fixer
|
ffc49a24f0
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2015-12-10 16:43:37 +01:00 |
|
Thomas Müller
|
7634c45e39
|
Merge pull request #21086 from owncloud/storage-nocheckavailforgetowner
Do not check storage availability for getOwner
|
2015-12-10 16:15:52 +01:00 |
|
Morris Jobke
|
f5e6c75804
|
Make AppManager->checkAppForUser more robust
* if the JSON that is stored in the DB is corrupt an error was thrown
* with this change it is properly handled and the app is disabled
|
2015-12-10 14:53:34 +01:00 |
|
Thomas Müller
|
df15d54db6
|
Merge pull request #21072 from owncloud/db-lock-ttl
Remove all locks after ttl from the db
|
2015-12-10 13:51:18 +01:00 |
|
Thomas Müller
|
744ef6141b
|
Merge pull request #21073 from owncloud/memcache-lock-ttl
Add ttl for redis based locking
|
2015-12-10 13:51:01 +01:00 |
|
Thomas Müller
|
9f4ceef7c9
|
Merge pull request #20984 from owncloud/fix-mysql-setup-unix-socket-master
Add unix_socket support for mysql during initial installation - fixes…
|
2015-12-10 10:13:49 +01:00 |
|
Thomas Müller
|
ea7fe672e8
|
Merge pull request #20775 from owncloud/comments-manager
add icommentsmanger and icomment implementation
|
2015-12-09 17:44:40 +01:00 |
|
Vincent Petry
|
4b68dd372d
|
Do not check storage availability for getOwner
Because the owner is always known thanks to the file cache and other
places, we don't need the remote storage to be actually available.
|
2015-12-09 17:31:14 +01:00 |
|
Arthur Schiwon
|
fdd06ba1f8
|
use getLastInsertId from query builder for convenience
|
2015-12-09 16:33:34 +01:00 |
|
Arthur Schiwon
|
55a2715eff
|
remove unused use statement
|
2015-12-09 16:25:42 +01:00 |
|
Arthur Schiwon
|
6af6febad0
|
php < 5.5 compatible
|
2015-12-09 16:25:31 +01:00 |
|
Thomas Müller
|
d5238b3d3c
|
Don't load commands of apps when in maintenance mode - fixes #20939
|
2015-12-09 15:15:10 +01:00 |
|
Robin Appelman
|
e191953942
|
Remove all locks after ttl from the db
|
2015-12-09 14:53:24 +01:00 |
|
Robin Appelman
|
e41f7b005d
|
add since
|
2015-12-09 14:45:08 +01:00 |
|
Robin Appelman
|
693a3c353e
|
ttl for memcache locking backends that support it
|
2015-12-09 14:41:15 +01:00 |
|
Robin Appelman
|
0a80bf5573
|
Add interface for memcache backends that support setting ttl on exisiting keys
|
2015-12-09 14:39:12 +01:00 |
|