Felix Moeller
e73b817a38
Checkstyle: NoSpaceAfterComma
13 years ago
Felix Moeller
2d61f03452
More Checkstyle cleanup
...
This is for all LowerCaseConstant warnings
13 years ago
Felix Moeller
03581ef463
Correct a first issue Checkstyle is complaining about ...
...
This is BracketsNotRequired
13 years ago
Bart Visscher
04824162d9
core.js and core.css don't need to be absolute
13 years ago
Björn Schießle
4d451f649d
fixed offset calculation (bug #1961 )
13 years ago
Robin Appelman
258782584e
fix mimetype detection using the 'file' command in some edge cases
13 years ago
Bart Visscher
22d22d19c0
Do urlencoding in linkTo functions
13 years ago
Robin Appelman
4131b205d4
fix some more phpdoc
13 years ago
Björn Schießle
2570ea7114
don't interpret strpos '0' as 'false' in while loop
13 years ago
Björn Schießle
1207ae1f99
add leading '?' to parameter list (fixes bug #1732 )
13 years ago
Thomas Mueller
3829460ab8
adding space between) and {
13 years ago
Bart Visscher
1a46192433
Add args parameter to linkTo(Absolute) function, to append the args automaticly
13 years ago
Michael Gapczynski
0a9d1ed3a6
Initial previewer for public links
13 years ago
Bart Visscher
99ce7ba1df
Move serverHost and serverProtocol functions to OC_Request
13 years ago
Bart Visscher
c4f1a1de5b
Added function to make url absolute
13 years ago
Arthur Schiwon
6b320a2604
provide recursiveArraySearch as Helper function and make available through API
13 years ago
Robin Appelman
856d9c0b54
some indention fixes
13 years ago
Robin Appelman
2a73678fef
use file extension for determining mimetypes on default
...
should be more reliable for files that "look like" other types based on their magic numbers such as odf and docx files
also a lot faster then the old way
13 years ago
Robin Appelman
48306a3c4f
fix unused variables
13 years ago
Arthur Schiwon
52822652bc
provide multibyte aware helper functions mb_str_replace, mb_substr_replace and mb_array_change_key_case for handling with UTF 8
13 years ago
Florian Hülsmann
4ed55315e7
fixed linkTo()
13 years ago
Bart Visscher
19bb4e83c9
Remove redundant code from OC_Helper::linkTo
13 years ago
Robin Appelman
12f7cb8767
fix running tests from cli
13 years ago
Thomas Mueller
637f8398ba
fixes oc-668
13 years ago
Victor Dubiniuk
db7542b640
Reverting 249190c89b
. Fixed in master
13 years ago
Thomas Mueller
c1df0539a0
fixes oc-668
13 years ago
Victor Dubiniuk
249190c89b
Fix mime-type detection
13 years ago
Thomas Tanghus
8fd9cbcc54
White-space fix.
13 years ago
Thomas Tanghus
a34db3fbe0
Don't add slash if it's there already.
13 years ago
Brice Maron
6a812644e4
Correct remote and public, and last occurence of OC::
13 years ago
Brice Maron
cc494259d3
Unit path and webpath, correct some more
13 years ago
Brice Maron
b6c5ca126b
First almost working version
13 years ago
Frank Karlitschek
e3031ae28b
more reliable host detection for reverse proxy servers
13 years ago
Frank Karlitschek
0d2d613f59
added a serverProtocol function that correctly returns the used protocol even if the ssl connection is terminated at a reverse_proxy or at a load balancer
13 years ago
Frank Karlitschek
24d14783d7
added a serverProtocol function that correctly returns the used protocol even if the ssl connection is terminated at a reverse_proxy or at a load balancer
13 years ago
Frank Karlitschek
4dc7ed139b
don´t hardcode /tmp
13 years ago
Frank Karlitschek
22a04d8e93
don´t hardcode /tmp
13 years ago
Frank Karlitschek
a945fa10a6
update copyright
13 years ago
Bart Visscher
f71fec8cdc
Combine and minimize core and default app css files
13 years ago
Georg Ehrke
52717d2a1b
remove comments
13 years ago
Bart Visscher
4dbc2093c6
Create a function for linking to remote.php
13 years ago
Georg Ehrke
5b7cefb1e5
make ampache work with remote.php
13 years ago
Georg Ehrke
d032345191
fix validation of getfile parameter - i hate this bloody merge conflicts
13 years ago
Frank Karlitschek
93b63cf375
ported the rest of the OC_Helper calls
13 years ago
Thomas Mueller
07f2e316e4
removing executable bit from various files
13 years ago
Georg Ehrke
40f95ffdf3
fix security check for the path of the requested file
13 years ago
Georg Ehrke
3f64eb25ab
some fixes fore movable apps
13 years ago
Jernej Virag
e459309511
Fixed escaping of filename when determining MIME type
13 years ago
Georg Ehrke
0b06eff3a0
another fix for linkto function
13 years ago
Georg Ehrke
29b9e27078
fix linkto function in OC_Helper
13 years ago