summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add Open Collaboration API support. You can now connect your ownCloud with ↵Frank Karlitschek2010-04-147-7/+507
| | | | the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5
* Merge commit 'refs/merge-requests/18' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-04-1215-358/+874
|\ | | | | | | | | | | | | merge Conflicts: index.php
| * small visual changesRobin2010-04-124-4/+17
| |
| * visual changesRobin2010-04-126-21/+47
| |
| * visual changes WIPRobin2010-04-116-88/+238
| |
| * some more cleanupRobin2010-04-085-103/+126
| |
| * some cleanup in ajax fronted, give error message before starting an upload ↵Robin2010-04-0410-320/+624
| | | | | | | | that is to big
* | Merge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-04-092-4/+92
|\ \
| * | fixed automatic creation/filling of mysql databasesRobin2010-04-082-4/+92
| | |
* | | Merge commit 'refs/merge-requests/16' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-04-061-2/+2
|\ \ \
| * | | broken relative links are fixedTürker Sezer2010-03-301-2/+2
| | | |
* | | | Merge commit 'refs/merge-requests/15' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-314-21/+157
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | added MySQL support, user can now choose between MySQL and SQLiteRobin2010-03-304-21/+157
| | |
* | | Merge commit 'refs/merge-requests/14' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-307-87/+227
|\ \ \ | |/ / |/| / | |/
| * show file actions in a dropdown menuRobin2010-03-296-85/+211
| |
| * most of the ajax frontend works in IE now (IE8 not sure about other versions)Robin2010-03-292-6/+20
| |
* | fix merge problemFrank Karlitschek2010-03-291-4/+4
| |
* | merge Adityas improvementsFrank Karlitschek2010-03-295-4/+41
| |
* | Merge commit 'refs/merge-requests/12' of ↵Frank Karlitschek2010-03-296-12/+290
|\| | | | | | | git://gitorious.org/owncloud/owncloud into integratio
| * added option to delete multiply files and fixed a bug when downloading large ↵Robin2010-03-282-16/+79
| | | | | | | | files
| * added option to load js files from phpRobin2010-03-283-3/+19
| |
| * added option to download multiply files or folder as zip fileRobin2010-03-272-2/+177
| |
| * added MAX_FILE_SIZE field to upload formRobin2010-03-262-3/+27
| |
* | move to sqlite mergedFrank Karlitschek2010-03-298-265/+105
|/
* ajax interfaceRobin2010-03-2414-23/+793
|
* rename variablesFrank Karlitschek2010-03-241-8/+7
|
* small css and path fixesFrank Karlitschek2010-03-243-3/+7
|
* minor W3C aspects. Thanks to CharlesFrank Karlitschek2010-03-243-4/+4
|
* removed extra space. Thank you to for Cosmin for the patchFrank Karlitschek2010-03-241-2/+2
|
* Merge commit 'refs/merge-requests/6' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-222-10/+11
|\
| * using base tag solves issue when owncloud installed in subdirectoryroot2010-03-192-10/+11
| |
* | Merge commit 'refs/merge-requests/5' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-225-16/+33
|\ \ | |/ |/|
| * ask for current password when editing the settingsRobin2010-03-184-14/+30
| |
| * fixed bug when checking if a navigation item made by a plugin is selectedRobin2010-03-171-2/+3
| |
* | Merge commit 'refs/merge-requests/4' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-175-77/+228
|\|
| * moved the config functions to /inc/lib_config.phpRobin2010-03-165-77/+228
| |
* | update includesFrank Karlitschek2010-03-172-2/+2
|/
* syncroot2010-03-162-10/+1
|
* cleanup autoconfiguration wizard, add settings page, make it run from ↵root2010-03-1613-126/+204
| | | | subdirectories, huge cleanup
* Merge commit 'refs/merge-requests/4' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-154-36/+81
|\
| * fix bug where siteroot was not configuredcdRobin2010-03-151-1/+6
| |
| * do not asume owncloud is installed in the root of the webserverRobin2010-03-153-15/+16
| |
| * Ask for configuration on first runRobin2010-03-151-32/+71
| |
* | some more install instructions - mysqlFrederik Gladhorn2010-03-151-0/+14
|/
* add some install instructionsFrederik Gladhorn2010-03-151-1/+19
|
* add readmeFrederik Gladhorn2010-03-151-0/+16
|
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-1410-31/+73
|\
| * <img /> tags need alternative content with "alt" attribute. "dots.png" is ↵CharlyCoste2010-03-142-1/+3
| | | | | | | | not a content. Using CSS backgrounds instead.
| * "border" attribute is not a valid attribute for <img /> tags. Using proper ↵CharlyCoste2010-03-143-2/+10
| | | | | | | | CSS instructions instead.
| * <br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS ↵CharlyCoste2010-03-149-15/+20
| | | | | | | | instructions on semantic tags.