Commit Graph

8153 Commits (8951769cae5f1acc9b709ac676fffe26513d14f6)
 

Author SHA1 Message Date
Frank Karlitschek 6889c9b4f7 Merge commit 'refs/merge-requests/16' of git://gitorious.org/owncloud/owncloud 15 years ago
Robin 7657926a60 some cleanup in ajax fronted, give error message before starting an upload that is to big 15 years ago
Frank Karlitschek 93bc627357 Merge commit 'refs/merge-requests/15' of git://gitorious.org/owncloud/owncloud 15 years ago
Robin 91d603a48c added MySQL support, user can now choose between MySQL and SQLite 15 years ago
Türker Sezer b4a12232bb broken relative links are fixed 15 years ago
Frank Karlitschek 45b4e4626e Merge commit 'refs/merge-requests/14' of git://gitorious.org/owncloud/owncloud 15 years ago
Robin e658a00258 show file actions in a dropdown menu 15 years ago
Frank Karlitschek 6602a61a38 fix merge problem 15 years ago
Frank Karlitschek 2a75c0d044 merge Adityas improvements 15 years ago
Frank Karlitschek bc8e899de1 Merge commit 'refs/merge-requests/12' of git://gitorious.org/owncloud/owncloud into integratio 15 years ago
Frank Karlitschek 78a1792c04 move to sqlite merged 15 years ago
Robin 5ac201dc83 most of the ajax frontend works in IE now (IE8 not sure about other versions) 15 years ago
Robin 6822185c5b added option to delete multiply files and fixed a bug when downloading large files 15 years ago
Robin f16f1e508f added option to load js files from php 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
Frank Karlitschek 3f88fb9f14 rename variables 15 years ago
Frank Karlitschek 9816cd2bb8 small css and path fixes 15 years ago
Frank Karlitschek b0d3a315aa minor W3C aspects. Thanks to Charles 15 years ago
Frank Karlitschek cc98dea4e4 removed extra space. Thank you to for Cosmin for the patch 15 years ago
Frank Karlitschek d5d84ebf53 Merge commit 'refs/merge-requests/6' of git://gitorious.org/owncloud/owncloud 15 years ago
Frank Karlitschek b9fa280eaa Merge commit 'refs/merge-requests/5' of git://gitorious.org/owncloud/owncloud 15 years ago
root 44e8c7ed8d using base tag solves issue when owncloud installed in subdirectory 15 years ago
Robin bcd2b6f5f1 ask for current password when editing the settings 15 years ago
Robin e86d03f02c fixed bug when checking if a navigation item made by a plugin is selected 15 years ago
Frank Karlitschek f3f7265117 Merge commit 'refs/merge-requests/4' of git://gitorious.org/owncloud/owncloud 15 years ago
Frank Karlitschek bd24415ced update includes 15 years ago
Robin 97270d5c63 moved the config functions to /inc/lib_config.php 15 years ago
root 2aef090ac5 sync 15 years ago
root 6d57de7b32 cleanup autoconfiguration wizard, add settings page, make it run from subdirectories, huge cleanup 15 years ago
Frank Karlitschek 01b7bf3b21 Merge commit 'refs/merge-requests/4' of git://gitorious.org/owncloud/owncloud 15 years ago
Frederik Gladhorn 0046d8a460 some more install instructions - mysql 15 years ago
Robin cd96e2a313 fix bug where siteroot was not configuredcd 15 years ago
Robin 35b9aabd01 do not asume owncloud is installed in the root of the webserver 15 years ago
Robin 6bb0022345 Ask for configuration on first run 15 years ago
Frederik Gladhorn e992da513f add some install instructions 15 years ago
Frederik Gladhorn 3bbf305ff6 add readme 15 years ago
Frank Karlitschek d12bd67ebf Merge commit 'refs/merge-requests/3' of git://gitorious.org/owncloud/owncloud 15 years ago
Frank Karlitschek 2616621ad9 Merge commit 'refs/merge-requests/2' of git://gitorious.org/owncloud/owncloud 15 years ago
CharlyCoste 740bcf5c72 <img /> tags need alternative content with "alt" attribute. "dots.png" is not a content. Using CSS backgrounds instead. 15 years ago
CharlyCoste 2eafb444e3 "border" attribute is not a valid attribute for <img /> tags. Using proper CSS instructions instead. 15 years ago
CharlyCoste c921e5422d <br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS instructions on semantic tags. 15 years ago
CharlyCoste ab0b552c80 Adding semantic h1 tag to surround the logo. This could be better for text or braille navigators and crawlers as well. 15 years ago
CharlyCoste 3984607ef5 center is not a valid strict xhtml1.0 tag (not semantic). At least, replacing it by a div with "center" class. 15 years ago
CharlyCoste df612293fd bgcolor is not a valid "xhtml1.0 strict" attribute. Replacing it by a css background-color 15 years ago
CharlyCoste d672bb8862 Adding xml namespace 15 years ago
CharlyCoste 23276de922 Adding xhtml 1.0 strict doctype 15 years ago
Aaron Reichman a98a83802b Changed spelling of lisener to listener 15 years ago
Charles-Edouard Coste 37058e3861 $filesfound variable may not be set when used in: if(!$filesfound) 15 years ago