aboutsummaryrefslogtreecommitdiffstats
path: root/js
Commit message (Expand)AuthorAgeFilesLines
* Application "files" is able to list the files again, start of splitting css f...Jakob Sack2011-03-021-38/+0
* Start of the refactoring. Commit is quite big because I forgot to use git rig...Jakob Sack2011-03-0113-1954/+848
* Fix licencing, make headers refer to intended AGPL, include copy of AGPLJonathan Riddell2011-02-097-7/+7
* Change the icon to the correct one after uploading is finishedRobin Appelman2011-01-261-1/+3
* only show files in the filebrowser that we can actually read.Robin Appelman2011-01-222-3/+21
* adjust filebrowser to new librariesRobin Appelman2011-01-201-6/+6
* cleanup event handlingRobin Appelman2011-01-201-59/+11
* fix calling callBacks by idRobin Appelman2011-01-041-4/+8
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudRobin Appelman2011-01-041-0/+4
|\
| * Show error when trying to create a file or folder that already existsRobin Appelman2010-12-121-0/+4
| * reverted a576150bente2010-12-051-7/+4
| * replaced fileActions[this.mime] by fileActions[this.mime1 + this.mime2], sinc...ente2010-12-041-4/+7
* | don't crash when removing an item from the breadcrump that isn't added properlyRobin Appelman2011-01-041-1/+3
* | Some common javascript functions for working with arrays and functionsRobin Appelman2011-01-041-17/+49
|/
* Fix for https://bugs.kde.org/show_bug.cgi?id=257861Robin Appelman2010-11-301-1/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudRobin Appelman2010-11-281-2/+2
|\
| * fix uploading files to folders with special characters in the nameRobin Appelman2010-10-241-2/+2
* | only ask once when removing multiply filesRobin Appelman2010-11-281-5/+8
|/
* plugin managerRobin Appelman2010-10-181-1/+1
* the text viewer now does syntax highlighting for codeRobin Appelman2010-09-081-0/+9
* use json to encode the file list, should work better with filenames containin...Robin Appelman2010-09-061-11/+10
* First commit, changing capitalizationAaron Reichman2010-08-221-2/+2
* use encodeURIComponent in more placesRobin Appelman2010-08-032-2/+2
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-1610-0/+0
* change target directory for uploads when changing folders in web-frontendRobin Appelman2010-06-292-4/+7
* fix checkboxes in filebrowser in konquerorRobin Appelman2010-06-221-2/+0
* changed a single typo. 'to' --> 'too'.Willi Ballenthin2010-06-091-1/+1
* provide layout for smaller screens on android/iphoneRobin2010-05-141-8/+14
* fix first run dialog in konquerorRobin2010-05-021-5/+7
* More bug fixes, mostly IE relatedRobin Appelman2010-05-012-7/+12
* fix renaming files in IERobin Appelman2010-05-012-3/+3
* Fix a few things in IERobin Appelman2010-04-302-3/+4
* mergeRobin2010-04-287-0/+0
* small bugfix when creatring new files/foldersRobin2010-04-251-2/+3
* bug fix when starting multiply uploads while the old ones arent finsihed, det...Robin2010-04-252-20/+34
* some cleanup/refactoringRobin2010-04-252-36/+65
* same fixes, this time hopefully without merge conflictRobin2010-04-196-320/+1121
* visual changesRobin2010-04-121-4/+9
* visual changes WIPRobin2010-04-112-73/+119
* some more cleanupRobin2010-04-085-103/+126
* some cleanup in ajax fronted, give error message before starting an upload th...Robin2010-04-047-319/+558
* show file actions in a dropdown menuRobin2010-03-292-79/+145
* most of the ajax frontend works in IE now (IE8 not sure about other versions)Robin2010-03-292-6/+20
* added option to delete multiply files and fixed a bug when downloading large ...Robin2010-03-281-15/+78
* added option to download multiply files or folder as zip fileRobin2010-03-271-2/+69
* added MAX_FILE_SIZE field to upload formRobin2010-03-261-2/+9
* ajax interfaceRobin2010-03-244-0/+539