Arthur Schiwon
|
8a5d1ffebe
|
fix that might solve strange uploading issues
|
14 years ago |
Jan-Christoph Borchardt
|
7de3ecfe5f
|
away with the h1, in with the good stuff
|
14 years ago |
Arthur Schiwon
|
b129079bed
|
show error code if file upload fails
|
14 years ago |
Arthur Schiwon
|
d376b4c90a
|
i heard, we start to commit all files
|
14 years ago |
Arthur Schiwon
|
a7da3cd6a0
|
basic file upload reimplemented
|
14 years ago |
Robin Appelman
|
a08445227f
|
make use of new dateformat function
|
14 years ago |
Jakob Sack
|
af1e48df80
|
Changes in the user experience
|
14 years ago |
Robin Appelman
|
318d024cc1
|
show size of folders in filebrowser
|
14 years ago |
Robin Appelman
|
232654cb60
|
get rid of the oc_require and friends
|
14 years ago |
Jakob Sack
|
3c01e30748
|
Try to make owncloud working again
|
14 years ago |
Jakob Sack
|
e83d801c71
|
I changed my mind: webdav.php is for files only, so it belongs in this directory!
|
14 years ago |
Robin Appelman
|
0f494970d1
|
Fix a couple of minor coding errors
|
14 years ago |
François KUBLER
|
bf815b3390
|
Fixed PHP syntax in template files.
* Full PHP tags
* Alternative syntax for control structures
* Semi-colon at the end of instructions
|
14 years ago |
Jakob Sack
|
f042e85d41
|
Beginning of some ajax features and an admin page for files
|
14 years ago |
Jakob Sack
|
f7f957abb9
|
Base for a more flexible navigation
|
14 years ago |
Jakob Sack
|
ae5dc3efdf
|
New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user preferences
|
14 years ago |
Jakob Sack
|
61ffa182ee
|
Application "files" is able to list the files again, start of splitting css files
|
14 years ago |
Jakob Sack
|
66ac355f78
|
Getting rid of Smarty, using our own template system
|
14 years ago |
Jakob Sack
|
015ab0eb64
|
Say Smarty to only use one compile directory. Makes setup somewhat easier.
|
14 years ago |
Jakob Sack
|
132695ceb1
|
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
|
14 years ago |
Jonathan Riddell
|
1fd39a52fa
|
Fix permissions on files
|
14 years ago |
Jonathan Riddell
|
d294c2f6bd
|
Fix licencing, make headers refer to intended AGPL, include copy of AGPL
|
14 years ago |
Robin Appelman
|
066ca70890
|
only show files in the filebrowser that we can actually read.
in the (rare) case that there are unreadable files show an error since it's probably a case of incorrect premissions set by someone.
|
14 years ago |
Robin Appelman
|
e0f6ad1c9c
|
Also allow open_file.php to be called with a path paramater instead of only with seperate dir/file
|
14 years ago |
Robin Appelman
|
b116b2fd4c
|
fix uploading files to folders with special characters in the name
|
15 years ago |
Robin Appelman
|
d4fa1ddaa1
|
fix viewing images that have a ' in the filename
|
15 years ago |
Robin Appelman
|
5da12fcfa1
|
use json to encode the file list, should work better with filenames containing non-ascii characters
|
15 years ago |
Martin T. H. Sandsmark
|
64d4d57615
|
fix permissions, start to implement private data api
|
15 years ago |
Robin Appelman
|
b38aa771d1
|
Initial version of remote ownCloud access through filesystem abstraction
|
15 years ago |
Robin Appelman
|
9fe7f992d9
|
Initial work on transering files between servers
|
15 years ago |
Robin
|
9e05a0d592
|
webdav fixes
|
15 years ago |
Robin
|
51b253447d
|
provide option for automatic backup
|
15 years ago |
Robin
|
565410d8e2
|
use an abstraction for file system functions to allow premisions and multiply storage backends
|
15 years ago |
Robin
|
e0347b7fa6
|
initial work on making connections between seperate owncloud installations possible
|
15 years ago |
Robin Appelman
|
c52e7d360f
|
More bug fixes, mostly IE related
|
15 years ago |
Robin
|
aacda0367d
|
merge
|
15 years ago |
Robin
|
afc0ef420b
|
bug fix when starting multiply uploads while the old ones arent finsihed, detect file actions on mimetype not on extention
|
15 years ago |
Robin
|
c2bdd6134b
|
some cleanup/refactoring
|
15 years ago |
Robin
|
38bdf4083a
|
same fixes, this time hopefully without merge conflict
|
15 years ago |
Robin
|
2e39fba305
|
visual changes WIP
|
15 years ago |
Robin
|
7657926a60
|
some cleanup in ajax fronted, give error message before starting an upload that is to big
|
15 years ago |
Robin
|
6822185c5b
|
added option to delete multiply files and fixed a bug when downloading large files
|
15 years ago |
Robin
|
4ff703e9ab
|
added option to download multiply files or folder as zip file
|
15 years ago |
Robin
|
5cb7524d5c
|
added MAX_FILE_SIZE field to upload form
|
15 years ago |
Robin
|
ba9c95621b
|
ajax interface
|
15 years ago |