Morris Jobke
|
2f98f64241
|
core will handle invalid URLs and redirects properly
|
2015-12-18 15:51:03 +01:00 |
Thomas Müller
|
a743047e82
|
Merge pull request #21283 from owncloud/cleanup_config
Cleanup OC_Config mess
|
2015-12-18 14:54:38 +01:00 |
Thomas Müller
|
50e8773307
|
Merge pull request #21280 from owncloud/drop-unused-methods
OC_Helper::makeURLAbsolute is not used anymore
|
2015-12-18 14:49:55 +01:00 |
Thomas Müller
|
22d1b1285e
|
Merge pull request #21277 from owncloud/querybuild-joblist
Use the query builder for the joblist queries
|
2015-12-18 13:44:02 +01:00 |
Morris Jobke
|
450e2f3bd3
|
Move OC_Helper code to OCP\Util for linkToRemote
|
2015-12-18 12:00:18 +01:00 |
Roeland Jago Douma
|
6fb60815c5
|
Use SystemConfig internally
|
2015-12-18 11:53:41 +01:00 |
Roeland Jago Douma
|
0a09004d39
|
Inject Config into SystemConfig
|
2015-12-18 11:53:41 +01:00 |
Roeland Jago Douma
|
82bf99c0cf
|
Get rid of legacy OC_Config
We were still using the lecagy class OC_Config all over the place. Which
was a wrapper around the new class OC\Config
|
2015-12-18 11:53:41 +01:00 |
Morris Jobke
|
e42f262d85
|
properly use OCP\Util instead of OC_Helper
|
2015-12-18 11:46:21 +01:00 |
Morris Jobke
|
3d55569a27
|
OC_Helper::makeURLAbsolute is not used anymore
|
2015-12-18 11:37:18 +01:00 |
Morris Jobke
|
4af7bf07bf
|
OC_Helper::userAvatarSet is not used anymore
|
2015-12-18 11:30:30 +01:00 |
Morris Jobke
|
a18c0983d5
|
Use TempManager instead of tmpFile
|
2015-12-18 11:25:33 +01:00 |
Morris Jobke
|
90b0831cec
|
Use TempManager instead of tmpFolder
|
2015-12-18 11:19:53 +01:00 |
Thomas Müller
|
9e97bef935
|
Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType
Use proper public API for OC_Helper::getFileNameMimeType
|
2015-12-18 10:15:33 +01:00 |
Thomas Müller
|
551e553bf4
|
Merge pull request #21264 from owncloud/deprecated_oc_user_methods
Cleanup OC_User deprecated methods
|
2015-12-18 10:15:18 +01:00 |
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 |
Morris Jobke
|
ecdf88e41b
|
Use proper public API for OC_Helper::getFileNameMimeType
|
2015-12-17 17:07:48 +01:00 |
Roeland Jago Douma
|
c64e827f00
|
Since avatar.js is now essentially empty remove it
|
2015-12-17 16:32:18 +01:00 |
Roeland Jago Douma
|
1f715289bf
|
Removed deprecated function OC_User::deleteUser
Replaced with proper OCP calls
|
2015-12-17 16:18:40 +01:00 |
Roeland Jago Douma
|
9201b9713e
|
Removed unused deprecated methods
|
2015-12-17 16:18:40 +01:00 |
Roeland Jago Douma
|
835911bce5
|
Removed deprecated private OC_User::createUser
All function calls are replaced with the recommended (which was already
the body of the function).
|
2015-12-17 16:18:40 +01:00 |
Roeland Jago Douma
|
7e44ea5da0
|
Remove deprecated function OC_User::getManager
Private deprecated function => removed
Replaced all instances with suggested replacement
|
2015-12-17 16:18:34 +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 |