summaryrefslogtreecommitdiffstats
path: root/files
Commit message (Collapse)AuthorAgeFilesLines
* get rid of the oc_require and friendsRobin Appelman2011-04-165-5/+5
|
* Try to make owncloud working againJakob Sack2011-04-151-1/+1
|
* I changed my mind: webdav.php is for files only, so it belongs in this ↵Jakob Sack2011-03-291-0/+55
| | | | directory!
* Fix a couple of minor coding errorsRobin Appelman2011-03-181-2/+2
|
* Merge branch 'refactoring' of git.kde.org:owncloud into refactoringFrançois KUBLER2011-03-0910-6/+266
|\ | | | | | | | | | | | | | | | | Conflicts: admin/templates/index.php templates/layout.admin.php templates/layout.user.php All conflicts are fixed.
| * Beginning of some ajax features and an admin page for filesJakob Sack2011-03-037-0/+258
| |
| * Base for a more flexible navigationJakob Sack2011-03-032-3/+4
| |
| * New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user ↵Jakob Sack2011-03-032-6/+7
| | | | | | | | preferences
* | Fixed PHP syntax in template files.François KUBLER2011-03-091-9/+9
|/ | | | | | * Full PHP tags * Alternative syntax for control structures * Semi-colon at the end of instructions
* Application "files" is able to list the files again, start of splitting css ↵Jakob Sack2011-03-024-3/+156
| | | | files
* Getting rid of Smarty, using our own template systemJakob Sack2011-03-022-3/+8
|
* Say Smarty to only use one compile directory. Makes setup somewhat easier.Jakob Sack2011-03-021-0/+0
|
* Start of the refactoring. Commit is quite big because I forgot to use git ↵Jakob Sack2011-03-019-317/+26
| | | | right from the beginning. Sorry.
* Fix permissions on filesJonathan Riddell2011-02-091-0/+0
|
* Fix licencing, make headers refer to intended AGPL, include copy of AGPLJonathan Riddell2011-02-095-5/+5
|
* only show files in the filebrowser that we can actually read.Robin Appelman2011-01-221-1/+1
| | | | in the (rare) case that there are unreadable files show an error since it's probably a case of incorrect premissions set by someone.
* Also allow open_file.php to be called with a path paramater instead of only ↵Robin Appelman2011-01-041-5/+9
| | | | with seperate dir/file
* fix uploading files to folders with special characters in the nameRobin Appelman2010-10-241-3/+1
|
* fix viewing images that have a ' in the filenameRobin Appelman2010-09-281-0/+1
|
* use json to encode the file list, should work better with filenames ↵Robin Appelman2010-09-061-2/+20
| | | | containing non-ascii characters
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-165-0/+0
|
* Initial version of remote ownCloud access through filesystem abstractionRobin Appelman2010-07-071-0/+3
|
* Initial work on transering files between serversRobin Appelman2010-07-062-0/+13
|
* webdav fixesRobin2010-05-111-5/+11
|
* mergeRobin2010-05-101-16/+36
|\
| * initial work on making connections between seperate owncloud installations ↵Robin2010-05-021-16/+36
| | | | | | | | possible
* | provide option for automatic backupRobin2010-05-081-2/+2
| |
* | use an abstraction for file system functions to allow premisions and ↵Robin2010-05-072-27/+6
|/ | | | multiply storage backends
* More bug fixes, mostly IE relatedRobin Appelman2010-05-011-0/+3
|
* mergeRobin2010-04-285-0/+0
|
* bug fix when starting multiply uploads while the old ones arent finsihed, ↵Robin2010-04-251-0/+2
| | | | detect file actions on mimetype not on extention
* some cleanup/refactoringRobin2010-04-256-226/+69
|
* same fixes, this time hopefully without merge conflictRobin2010-04-194-15/+92
|
* visual changes WIPRobin2010-04-111-1/+1
|
* some cleanup in ajax fronted, give error message before starting an upload ↵Robin2010-04-041-0/+63
| | | | that is to big
* added option to delete multiply files and fixed a bug when downloading large ↵Robin2010-03-281-1/+1
| | | | files
* added option to download multiply files or folder as zip fileRobin2010-03-271-0/+108
|
* added MAX_FILE_SIZE field to upload formRobin2010-03-261-1/+18
|
* ajax interfaceRobin2010-03-245-0/+185