Robin Appelman
|
9ad7891b4e
|
improve phpdoc for the public files interface
|
2013-09-10 20:10:25 +02:00 |
Robin Appelman
|
e271a55783
|
move filesystem expceptions to global namespace
|
2013-09-10 19:44:23 +02:00 |
Robin Appelman
|
315344eb9c
|
move public files api to a clearer namespace
|
2013-09-10 19:34:38 +02:00 |
Jenkins for ownCloud
|
72689f643b
|
[tx-robot] updated from transifex
|
2013-09-10 10:42:16 -04:00 |
Thomas Müller
|
03ab26df75
|
Merge pull request #4787 from owncloud/fixing-php-end-tags-irods-master
Fixing php end tags irods master
|
2013-09-10 04:53:22 -07:00 |
Thomas Müller
|
d63ca25a94
|
proper test for use_logon_credentials
|
2013-09-10 12:35:14 +02:00 |
Thomas Müller
|
36e7a7c29b
|
use \OC::$session instead of $_SESSION
|
2013-09-10 12:34:41 +02:00 |
Thomas Müller
|
21e5daa218
|
removing all ?> jutt in case
|
2013-09-10 11:25:40 +02:00 |
Thomas Müller
|
c32c116957
|
removing ?> followed by whitespaces
|
2013-09-10 11:16:43 +02:00 |
Thomas Müller
|
956a2335ad
|
Merge pull request #4647 from owncloud/fix_4619
Workaround for IE 9 & 10 for clicking filelist after adding new item
|
2013-09-10 01:22:25 -07:00 |
Thomas Tanghus
|
2cdde7a56a
|
Merge pull request #4726 from owncloud/files-ie8-missingfilecheckboxes
Fixed missing checkboxes in IE8
|
2013-09-09 18:25:37 -07:00 |
Thomas Tanghus
|
fdfdd2e4e7
|
Remove console logging
|
2013-09-10 00:25:07 +02:00 |
Thomas Tanghus
|
51547c3316
|
Fix setting ocdialog options after initialization.
|
2013-09-10 00:21:42 +02:00 |
Thomas Müller
|
63a5409c6e
|
Merge pull request #4757 from owncloud/deleteAll-alias
change View->deleteAll to an alias of View->rmdir since rmdir works recursive
|
2013-09-09 15:08:18 -07:00 |
Thomas Müller
|
5e1821f21d
|
Merge pull request #4772 from owncloud/preview_improvements
oc\preview use avconv instead of ffmpeg
|
2013-09-09 12:32:45 -07:00 |
kondou
|
1832eb8872
|
Pass view in \OC_Avatar to constructor and use $_ for enable_avatars
|
2013-09-09 16:57:46 +02:00 |
Jenkins for ownCloud
|
92f6c3bb10
|
[tx-robot] updated from transifex
|
2013-09-08 21:37:53 -04:00 |
Vincent Petry
|
5f67ccba00
|
Fixed missing checkboxes in IE8
IE8 is not happy with the :checked CSS3 selector which causes it to
ignore the whole rule.
Replace it with a more compatible selector.
|
2013-09-08 22:21:07 +02:00 |
Christopher
|
f28c6bc213
|
Merge pull request #4761 from owncloud/fix_language_selection-kondou
Fix language selection
|
2013-09-08 05:50:41 -07:00 |
kondou
|
4963a5b30f
|
Fix language selection; Fix #4756
|
2013-09-07 16:28:51 +02:00 |
Robin Appelman
|
46a57a9f05
|
change View->deleteAll to an alias of View->rmdir since rmdir works recursive
|
2013-09-07 14:10:51 +02:00 |
Jenkins for ownCloud
|
e895cf9188
|
[tx-robot] updated from transifex
|
2013-09-07 04:46:57 -04:00 |
Robin Appelman
|
2e1b534957
|
update phpdoc for public fileapi
|
2013-09-06 20:55:47 +02:00 |
Robin Appelman
|
0131a32025
|
extract interfaces from fileapi for public namespace
|
2013-09-06 20:38:59 +02:00 |
Robin Appelman
|
1cfd03771f
|
use ===
|
2013-09-06 20:20:17 +02:00 |
kondou
|
4aa84047fe
|
Remove $recoveryPassword from changepersonalpassword & fix indent
|
2013-09-06 17:05:10 +02:00 |
Bjoern Schiessle
|
b8241aa79d
|
remove some more debug output
|
2013-09-06 16:07:54 +02:00 |
Bjoern Schiessle
|
edb78c917c
|
remove some error_logs
|
2013-09-06 16:07:45 +02:00 |
Bjoern Schiessle
|
d33fabd02d
|
remove error logs
|
2013-09-06 16:07:25 +02:00 |
Bjoern Schiessle
|
b2dde14dbc
|
coding style fixes
|
2013-09-06 16:07:18 +02:00 |
Bjoern Schiessle
|
627b6164c4
|
if the files doesn't exist yet we start with the parent to search for shares
|
2013-09-06 16:07:07 +02:00 |
Bjoern Schiessle
|
93f4dec798
|
fix part file handling and real size calculation, this should also solve #4581
Conflicts:
apps/files_encryption/lib/stream.php
|
2013-09-06 16:06:34 +02:00 |
Bjoern Schiessle
|
f6830e7462
|
check shares for the real file and not for the .part file
|
2013-09-06 16:05:11 +02:00 |
Bjoern Schiessle
|
404e36323a
|
first check if a extension exists before comparing it
|
2013-09-06 16:05:03 +02:00 |
Bjoern Schiessle
|
597a3cf1ad
|
handle part files correctly
|
2013-09-06 16:04:56 +02:00 |
kondou
|
d18a070a03
|
Have the "notsquare" error as data, not as message
|
2013-09-06 13:46:50 +02:00 |
kondou
|
c6ca9c1e9d
|
Use shorter array-conversion
|
2013-09-06 13:33:17 +02:00 |
Pete McFarlane
|
83afba5070
|
prefix #filestable to tbody tr
|
2013-09-06 10:01:11 +01:00 |
kondou
|
a21376480d
|
Split personal and user-mgmt password change logic
|
2013-09-06 08:05:07 +02:00 |
kondou
|
226c205631
|
Use usort() instead of uasort() to not maintain keys
|
2013-09-06 06:45:16 +02:00 |
Thomas Müller
|
e9849270e3
|
Revert "fixes #4574"
This reverts commit 81a45cfcf1 .
|
2013-09-06 00:28:13 +02:00 |
Bart Visscher
|
4629d6ad67
|
Merge pull request #4704 from owncloud/rename-lostpassword-controller
Use the namespaced variation of the classname.
|
2013-09-05 14:38:03 -07:00 |
kondou
|
221bbd275c
|
Use \OC_App for checking whether encryption is enabled
|
2013-09-05 23:26:02 +02:00 |
kondou
|
85e41d9500
|
Sort files by name, not by mimetype
|
2013-09-05 23:17:53 +02:00 |
kondou
|
3774632ecc
|
Clean up avatars and preliminary use JSON->rawlist.php
|
2013-09-05 23:12:52 +02:00 |
kondou
|
15ab798353
|
Fix an IE8 bug with the avatarcropper.
1. Crop an avatar
2. Crop another avatar without reloading
-> Second cropper is 28px x 30px big
|
2013-09-05 19:26:02 +02:00 |
kondou
|
f84fe479a5
|
Only use mimetype_list and clean up a bit
|
2013-09-05 18:40:55 +02:00 |
kondou
|
992b59f70b
|
Make it possible to pass rawlist.php an JSON array, to filter by more than one mimetype
|
2013-09-05 16:54:12 +02:00 |
Jenkins for ownCloud
|
0527fb05ad
|
[tx-robot] updated from transifex
|
2013-09-05 07:37:32 -04:00 |
Arthur Schiwon
|
c01675de5d
|
more is_resource checks before readdir
|
2013-09-05 11:58:57 +02:00 |