Georg Ehrke
|
ac6a3133ec
|
style fixes
|
2013-07-30 12:33:54 +02:00 |
Thomas Müller
|
7425efade7
|
Merge branch 'master' into oc_preview
Conflicts:
3rdparty
lib/template.php
|
2013-07-30 00:34:36 +02:00 |
Georg Ehrke
|
65affdc9b3
|
make previews in files app smaller
|
2013-07-29 14:40:26 +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 |
Georg Ehrke
|
53830f2f75
|
implement use of previews in sharing app
|
2013-07-11 11:58:52 +02:00 |
Georg Ehrke
|
a357e5b284
|
merge conflicts ...
|
2013-07-10 12:41:53 +02:00 |
Georg Ehrke
|
cf449d42e8
|
properly encode path
|
2013-07-10 12:30:20 +02:00 |
Bart Visscher
|
22c29eb64b
|
Fix renaming using parenthesis
|
2013-07-05 15:38:09 +02:00 |
Bart Visscher
|
424ec94680
|
Make buildNotExistingFileName testable and write unittests
|
2013-07-05 13:03:01 +02:00 |
Georg Ehrke
|
806f3bddec
|
increase size of preview to size of row
|
2013-06-26 18:19:13 +02:00 |
Georg Ehrke
|
39c387eed4
|
implement server side use of previews
|
2013-06-26 18:04:22 +02:00 |
Roland Hager
|
a06d901e37
|
Fix: The check if upload_max_filesize or post_max_size is 0 fails if only one of them is 0.
$upload_max_filesize and $post_max_size need to be casted to (int) to match "=== 0"
|
2013-06-21 09:33:06 +02:00 |
Robin Appelman
|
85abede9bf
|
actually return result
|
2013-06-07 00:22:05 +02:00 |
Robin Appelman
|
0470a5ba94
|
fix variable name
|
2013-06-07 00:17:51 +02:00 |
Robin Appelman
|
cf7321915d
|
seperate mimetype guessing from filename
|
2013-06-06 23:51:44 +02:00 |
Michael Gapczynski
|
59655e9afd
|
Style fixes
|
2013-05-29 10:56:28 -04:00 |
Robin Appelman
|
24a401a548
|
Cache mimetype icons
|
2013-05-29 15:43:41 +02:00 |
Bart Visscher
|
05a0b4533b
|
Merge pull request #2491 from riso/xsendfile_fix_zip
improved handling of xsendfile zip generation race condition
|
2013-05-03 05:37:01 -07:00 |
Bernhard Posselt
|
b98b56e4a8
|
check if there is a default/ folder in the theme directory if no theme exists
|
2013-04-24 13:45:40 +02:00 |
Valerio Ponte
|
033c94d076
|
fixed xsendfile zip generation race condition
|
2013-03-20 22:37:02 +01:00 |
Robin Appelman
|
8a97afac6f
|
Don't show storage space warning when the free space can't be determined
|
2013-03-15 16:46:20 +01:00 |
Robin Appelman
|
319e3f162c
|
Don't block uploads if the max upload size is unknown
|
2013-03-15 16:40:36 +01:00 |
Robin Appelman
|
32b8fd8fb7
|
Improve handeling of unlimited max upload size
|
2013-03-15 16:31:35 +01:00 |
Björn Schießle
|
eabfd9b69b
|
put value assignment into brackets
|
2013-02-22 16:45:57 +01:00 |
Björn Schießle
|
d8137fdf66
|
return both, count and result if the operation succeeded or failed. Maybe in some cases it is useful to know how much bytes where copied
|
2013-02-22 16:43:11 +01:00 |
Björn Schießle
|
5b94959686
|
using the number of writen bytes as indicator if streamCopy() was successfully. Instead check if fwrite returns the number of bytes or false
|
2013-02-22 14:56:50 +01:00 |
Robin Appelman
|
d96146a017
|
Give storage backends the option to define having no known free space
When this is the case only the configured max upload size is taking into account for uploading
|
2013-02-16 03:27:50 +01:00 |
Bart Visscher
|
ffae6f4b84
|
Style-fix: Breakup long lines
|
2013-02-14 08:38:37 +01:00 |
Lukas Reschke
|
46103e62d2
|
Coding style
|
2013-02-10 14:09:49 +01:00 |
Lukas Reschke
|
1b10032556
|
Use sanitizeHTML instead of stripslashes + htmlspecialchars
|
2013-02-10 14:03:40 +01:00 |
Jörn Friedrich Dreyer
|
1ef3e4c5c6
|
simplyfy mimetype parsing of 'file' output
|
2013-02-07 17:46:16 +01:00 |
Robin Appelman
|
207aa22d12
|
merge master into filesystem
|
2013-01-30 19:24:24 +01:00 |
TheSFReader
|
9c7a18044d
|
Merge remote-tracking branch 'refs/remotes/upstream/master'
|
2013-01-26 23:19:40 +01:00 |
Michael Gapczynski
|
7237ebf08b
|
Fix OC_Helper and change deprecated methods
|
2013-01-26 15:16:53 -05:00 |
Robin Appelman
|
930b9b9cd0
|
merge master into filesystem
|
2013-01-26 18:49:45 +01:00 |
Thomas Müller
|
276d98b9dd
|
Merge pull request #1059 from owncloud/fixing-998-master
Fixing 998 master
|
2013-01-26 04:15:40 -08:00 |
TheSFReader
|
2aead5727e
|
Merge remote-tracking branch 'refs/remotes/upstream/master'
|
2013-01-25 17:15:02 +01:00 |
TheSFReader
|
9f5847b739
|
Simplify the code and remove a first unnecessary (and non conform) '&' character when there are pending arguments
|
2013-01-25 17:02:44 +01:00 |
Robin Appelman
|
83d6221322
|
merge master into filesytem
|
2013-01-20 03:11:04 +01:00 |
Lukas Reschke
|
42b924da0e
|
Also replace the backslash with a minus
For Windows systems
|
2013-01-19 19:47:26 +01:00 |
Thomas Mueller
|
afb5de955e
|
Merge branch 'master' into fixing-998-master
Conflicts:
apps/files/ajax/upload.php
apps/files/js/files.js
|
2013-01-18 23:22:34 +01:00 |
Thomas Müller
|
31cc9aa80d
|
Merge pull request #986 from owncloud/fixing-784-master
the maximum upload size is now part of the response of the upload and de...
|
2013-01-18 14:06:00 -08:00 |
Thomas Mueller
|
5ff29b4348
|
fixing indent
|
2013-01-18 20:09:03 +01:00 |
Robin Appelman
|
5445b94416
|
merge master into filesystem
|
2013-01-16 19:04:50 +01:00 |
Bart Visscher
|
5bfe4adbaa
|
Whitespace cleanup
|
2013-01-16 18:09:16 +01:00 |
Robin Appelman
|
9bf367e7f8
|
merge master into filesystem
|
2013-01-15 14:57:23 +01:00 |
Thomas Mueller
|
44e5c052b3
|
handling proper display of files/folders with negative size
refs #1162
|
2013-01-14 23:39:31 +01:00 |
Lukas Reschke
|
99adfbdb86
|
Check for string position instead of string existence
otherwise /foo/bar would be detected as a subfolder of /bar
THX @icewind1991
|
2013-01-14 16:51:35 +01:00 |
Lukas Reschke
|
b7db967dc5
|
Commentblocks should begin with two *
|
2013-01-13 14:54:18 +01:00 |
Lukas Reschke
|
c27833b143
|
Add @brief to description
|
2013-01-13 14:50:31 +01:00 |