899 Commits

Author SHA1 Message Date
jknockaert
e7a60e27a9 fixing http range requests
Range support is broken. The test isset always returns true because the
explode function will return empty strings if nothin is specified. As a
result if parts[0] is an empty string no start is set; same for the
endpoint. This is fixed here. Furthermore if the start is not
specified, the range must be applied to the end of the file as
specified in the the http 1.1 standard. Finally I added brackets to
avoid malformed headers.
2014-04-28 21:03:19 +02:00
Jenkins for ownCloud
f462ab5a7d [tx-robot] updated from transifex 2014-04-28 00:43:29 -04:00
Jenkins for ownCloud
fd3028f657 [tx-robot] updated from transifex 2014-04-27 00:43:28 -04:00
Jenkins for ownCloud
d33f819ab1 [tx-robot] updated from transifex 2014-04-26 00:43:30 -04:00
Victor Dubiniuk
444903e472 Refactor grid to widget 2014-04-26 02:05:11 +03:00
Victor Dubiniuk
05fafb1cf9 First approach 2014-04-25 20:21:42 +03:00
Jenkins for ownCloud
38e2aa7b32 [tx-robot] updated from transifex 2014-04-25 00:43:31 -04:00
Jenkins for ownCloud
a452748f1c [tx-robot] updated from transifex 2014-04-24 00:43:29 -04:00
Jenkins for ownCloud
b52c64ab30 [tx-robot] updated from transifex 2014-04-23 00:43:30 -04:00
Jenkins for ownCloud
7ecb332725 [tx-robot] updated from transifex 2014-04-22 00:43:29 -04:00
Jenkins for ownCloud
6b285781fc [tx-robot] updated from transifex 2014-04-21 00:44:43 -04:00
Jenkins for ownCloud
08106e60cc [tx-robot] updated from transifex 2014-04-20 00:44:42 -04:00
Jenkins for ownCloud
cec83886ac [tx-robot] updated from transifex 2014-04-19 00:44:42 -04:00
Jenkins for ownCloud
f3ced6b3c2 [tx-robot] updated from transifex 2014-04-18 00:44:43 -04:00
VicDeo
4f4a3247a5 Merge pull request #239 from owncloud/play-with-layout
Show preview images larger
2014-04-17 16:42:39 +03:00
Jenkins for ownCloud
dae439d4c7 [tx-robot] updated from transifex 2014-04-17 00:44:44 -04:00
Morris Jobke
2d63598d34 Improve documents layout & IE fix
* remove grey background color
 * add grey border
 * remove border-radius
 * add IE8 fixes
 * IE fixes for missing navigator.language
2014-04-16 22:58:31 +02:00
Lukas Reschke
a454bf9af3 Add border-radius, remove border-bottom 2014-04-16 18:22:27 +02:00
Lukas Reschke
530d5dbf13 Make preview bigger 2014-04-16 18:20:55 +02:00
Jenkins for ownCloud
bc5ef6ecef [tx-robot] updated from transifex 2014-04-16 00:44:44 -04:00
Jenkins for ownCloud
32331b37c2 [tx-robot] updated from transifex 2014-04-15 00:44:13 -04:00
Victor Dubiniuk
fd0b4ed9a2 Remove unused parameter 2014-04-14 19:34:33 +03:00
Victor Dubiniuk
bb0310942f Fix visibility warning 2014-04-14 18:44:06 +03:00
Victor Dubiniuk
f45c360c53 Fx preview url 2014-04-14 18:41:37 +03:00
VicDeo
3788512dff Merge pull request #236 from owncloud/get-path-refactoring
Get path refactoring
2014-04-14 18:06:30 +03:00
Victor Dubiniuk
d8cee62f76 Reflect recent master changes 2014-04-14 18:05:18 +03:00
Jenkins for ownCloud
7b4cdbf757 [tx-robot] updated from transifex 2014-04-14 00:43:44 -04:00
Jenkins for ownCloud
f7588f13e8 [tx-robot] updated from transifex 2014-04-13 00:43:43 -04:00
Jenkins for ownCloud
df372af116 [tx-robot] updated from transifex 2014-04-12 00:43:44 -04:00
Victor Dubiniuk
8f3bc0daa8 Reduce complexicity 2014-04-11 23:12:23 +03:00
Jenkins for ownCloud
b9e3a76738 [tx-robot] updated from transifex 2014-04-11 00:43:44 -04:00
Victor Dubiniuk
13b73b12c1 Store share token to guest users 2014-04-11 01:11:13 +03:00
Victor Dubiniuk
f81e41dc63 Further switch to member is_guest property 2014-04-11 01:07:59 +03:00
Victor Dubiniuk
8a5f3ca076 Fix warning when guest starting a session 2014-04-11 01:07:59 +03:00
Victor Dubiniuk
6dde8f11bd Fix warning in logs 2014-04-11 01:07:59 +03:00
Victor Dubiniuk
cd4f4d97f5 Check token by member type, not by file 2014-04-11 01:07:59 +03:00
Victor Dubiniuk
a3cc3b3ce3 Pass file instance to genesys 2014-04-11 01:07:59 +03:00
Victor Dubiniuk
461c3ef999 Cleanup Session class 2014-04-11 01:07:59 +03:00
Victor Dubiniuk
65ea9a891a Fix year in copyright 2014-04-11 01:07:59 +03:00
Victor Dubiniuk
caf3678ce0 Unify translation 2014-04-11 01:07:55 +03:00
Victor Dubiniuk
dd8e3242fb Do not imitate real user. No uid for guests 2014-04-11 01:03:42 +03:00
Victor Dubiniuk
5b5eff3724 Check CSRF token on nick change 2014-04-11 01:03:41 +03:00
Victor Dubiniuk
8f47b86278 Add translatable guest postfix for guests 2014-04-11 01:03:41 +03:00
Victor Dubiniuk
61576a8374 Add db flag for guests 2014-04-11 01:03:41 +03:00
Victor Dubiniuk
a341ca775a OC6 as a least required version 2014-04-11 01:03:41 +03:00
Victor Dubiniuk
857c03a103 Move File out of controller 2014-04-11 01:03:41 +03:00
VicDeo
d770cec140 Merge pull request #233 from owncloud/fix-63
Cleanup some variables
2014-04-10 21:25:13 +03:00
Jenkins for ownCloud
19d023cebb [tx-robot] updated from transifex 2014-04-10 00:43:43 -04:00
Jenkins for ownCloud
26d1d198c1 [tx-robot] updated from transifex 2014-04-09 00:44:12 -04:00
VicDeo
0f5f65b6f4 Merge pull request #235 from owncloud/fix58
Make rename behavior consistent with files app
2014-04-09 00:20:36 +03:00