Robin Appelman
|
f06c08a637
|
cleanup oc_filecache, splitting it in several parts and using the new hasUpdated
|
2012-06-15 19:56:15 +02:00 |
Thomas Tanghus
|
8f6121ffa8
|
Files: Double encode download links. Fix for oc-1016.
|
2012-06-15 15:57:04 +02:00 |
Michael Gapczynski
|
b5889d6ffe
|
Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/owncloud into merge-requests/127
Conflicts:
apps/files_external/templates/settings.php
lib/template.php
|
2012-06-13 15:17:46 -04:00 |
Bjoern Schiessle
|
8626f04f5d
|
Label the delete operation "unshare" for files in the "Shared" folder to reduce
confusion about the operation.
|
2012-06-12 16:27:24 +02:00 |
Bjoern Schiessle
|
f6e7c633a0
|
block slashes only for new files and new folders but not for file upload from url (bug #964)
|
2012-06-12 14:11:28 +02:00 |
Bjoern Schiessle
|
b38ce8adfd
|
committed patch (bug #967) to add missing translations for file actions
|
2012-06-12 11:39:03 +02:00 |
Lukas Reschke
|
6defbc7f4d
|
Removed some unessecary sanitizations
|
2012-06-11 19:20:48 +02:00 |
Lukas Reschke
|
2b22c538c8
|
Make some apps compatible
|
2012-06-11 19:07:51 +02:00 |
Lukas Reschke
|
c009bc4b87
|
Revert
|
2012-06-11 13:27:32 +02:00 |
Lukas Reschke
|
6817a6b102
|
First try of implementing assignHTML
|
2012-06-11 12:45:07 +02:00 |
Bjoern Schiessle
|
c960e42a17
|
fixed var name, $filename should be $foldername
|
2012-06-06 18:08:51 +02:00 |
Robin Appelman
|
f7d221f5f0
|
update translations
|
2012-06-06 00:29:28 +02:00 |
Robin Appelman
|
a3c1f70be4
|
dont show config option for file upload size if we cant write the new value
|
2012-06-06 00:24:15 +02:00 |
Robin Appelman
|
e6c4e53486
|
prevent creating files with a / the name
|
2012-06-06 00:02:51 +02:00 |
Bart Visscher
|
4a5973662c
|
Merge branch 'unstable'
Conflicts:
apps/files_external/tests/config.php
apps/files_versions/ajax/getVersions.php
apps/files_versions/appinfo/app.php
apps/files_versions/history.php
apps/files_versions/js/versions.js
apps/files_versions/templates/history.php
apps/files_versions/versions.php
lib/base.php
|
2012-06-04 23:02:05 +02:00 |
Bjoern Schiessle
|
2d80c148ba
|
Don't allow user to delete, rename and re-share the "Shared" directory
|
2012-06-04 10:42:09 +02:00 |
Frank Karlitschek
|
83c6714c72
|
don´t start a session here. I don´t think it´s needed. Let´s see if it breaks something
|
2012-06-01 11:12:50 +02:00 |
Frank Karlitschek
|
baae4c741d
|
fix the breadcrumb
|
2012-05-31 21:44:05 +02:00 |
Arthur Schiwon
|
3db28d7616
|
linkTo instead of hard links in Files and Files_Archive. Hope that makes sense.
|
2012-05-31 19:46:51 +02:00 |
Bart Visscher
|
a33f580db1
|
Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
|
2012-05-31 13:01:30 +02:00 |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
2012-05-26 19:14:24 +02:00 |
Brice Maron
|
9c2a6fb551
|
Add HEAD request management for files ajax/download.php
|
2012-05-24 22:48:10 +00:00 |
Brice Maron
|
5fa14806c8
|
Add translation for error message
|
2012-05-24 19:16:00 +00:00 |
Brice Maron
|
2c9311cf48
|
Add error message when uploading folder or null files. ref oc-739
|
2012-05-24 18:47:34 +00:00 |
Brice Maron
|
f00a50c76a
|
Add pending line in file list before trying to upload. Correct indentation
|
2012-05-24 16:56:19 +00:00 |
Michael Gapczynski
|
5a48ade933
|
Make sure sharing and versions dropdowns come down in the same location for all files
|
2012-05-19 11:24:23 -04:00 |
Arthur Schiwon
|
e606213fa0
|
make upload work with IE again
|
2012-05-18 17:07:00 +02:00 |
Frank Karlitschek
|
9e73524168
|
mark the apps as part of the shipped package and increase the requirement to ownCloud 4
|
2012-05-18 16:06:57 +02:00 |
Michael Gapczynski
|
cbfbbe672c
|
Merge commit 'refs/merge-requests/115' of git://gitorious.org/owncloud/owncloud into merge-requests/115
Conflicts:
apps/files/templates/index.php
|
2012-05-17 15:38:28 -04:00 |
Robin Appelman
|
ac8bfc218e
|
update translations
|
2012-05-17 00:36:21 +02:00 |
Arthur Schiwon
|
fbc2892083
|
try to remove deprecated files from /files on update
|
2012-05-16 15:59:36 +02:00 |
Michael Gapczynski
|
6673375eeb
|
No multiple file sharing in this next release, sharing UI isn't ready for it :(
|
2012-05-15 11:45:59 -04:00 |
Sam Tuke
|
2ad6b5048e
|
fixed 'delete' label so it doesn't break translations
|
2012-05-15 16:24:06 +01:00 |
Michael Gapczynski
|
568b6a7f56
|
Make only writable files draggable
|
2012-05-14 20:41:06 -04:00 |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
2012-05-15 00:52:00 +02:00 |
Robin Appelman
|
6779f28af4
|
cache app types during install or update
|
2012-05-14 22:49:31 +02:00 |
Michael Gapczynski
|
e03c5f39a8
|
Call is_writable explicitly on folders for readonly check
|
2012-05-14 16:31:00 -04:00 |
Robin Appelman
|
e7c106d91e
|
selective app loading for remote/public
|
2012-05-14 00:28:28 +02:00 |
Robin Appelman
|
ee0294bbb1
|
update translations
|
2012-05-13 20:00:34 +02:00 |
Bartek Przybylski
|
ab9927d5fc
|
oc-627, calling base function instead of loading too much useless functions
|
2012-05-12 13:25:04 +02:00 |
Robin Appelman
|
736739bbbd
|
load remote and public paths from info.xml during upgrade instead of setting them every time
|
2012-05-11 20:33:56 +02:00 |
Jan-Christoph Borchardt
|
d1e5a56bc6
|
fixing upload icon color
|
2012-05-10 21:40:22 +02:00 |
Jan-Christoph Borchardt
|
e3f452cf53
|
larger clickable area for new button
|
2012-05-10 14:08:08 +00:00 |
Jan-Christoph Borchardt
|
2ae37b32d4
|
fixing background for clicked new button
|
2012-05-10 13:44:30 +00:00 |
Jan-Christoph Borchardt
|
8fc565821f
|
reduced text shadow brightness
|
2012-05-10 13:37:48 +00:00 |
Jan-Christoph Borchardt
|
46b1f35107
|
highlight the files new and upload button all the time
|
2012-05-10 13:34:44 +00:00 |
Vitaly Kuznetsov
|
6f981738bb
|
Fix some non-utf8-friendly htmlentities (resulting in wrong display of utf8-encoded directory names for example)
|
2012-05-10 09:10:53 +00:00 |
Brice Maron
|
de6aa0f88c
|
Use a clean uri param constructor to get files
|
2012-05-09 21:35:59 +00:00 |
Robin Appelman
|
588b51d88a
|
update translations
|
2012-05-09 12:41:01 +02:00 |
Brice Maron
|
fae1ce4ea7
|
Correct file move by dropping on folder
|
2012-05-08 22:07:14 +00:00 |