summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Collapse)AuthorAgeFilesLines
* ajax interfaceRobin2010-03-242-20/+61
|
* rename variablesFrank Karlitschek2010-03-241-8/+7
|
* small css and path fixesFrank Karlitschek2010-03-242-3/+3
|
* 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
| |
* | ask for current password when editing the settingsRobin2010-03-183-11/+28
| |
* | fixed bug when checking if a navigation item made by a plugin is selectedRobin2010-03-171-2/+3
|/
* moved the config functions to /inc/lib_config.phpRobin2010-03-164-76/+223
|
* syncroot2010-03-161-0/+0
|
* cleanup autoconfiguration wizard, add settings page, make it run from ↵root2010-03-166-26/+178
| | | | subdirectories, huge cleanup
* do not asume owncloud is installed in the root of the webserverRobin2010-03-152-12/+13
|
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-145-22/+22
|\
| * <img /> tags need alternative content with "alt" attribute. "dots.png" is ↵CharlyCoste2010-03-141-1/+1
| | | | | | | | not a content. Using CSS backgrounds instead.
| * "border" attribute is not a valid attribute for <img /> tags. Using proper ↵CharlyCoste2010-03-142-2/+2
| | | | | | | | CSS instructions instead.
| * <br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS ↵CharlyCoste2010-03-144-9/+6
| | | | | | | | instructions on semantic tags.
| * Adding semantic h1 tag to surround the logo. This could be better for text ↵CharlyCoste2010-03-141-1/+1
| | | | | | | | or braille navigators and crawlers as well.
| * center is not a valid strict xhtml1.0 tag (not semantic). At least, ↵CharlyCoste2010-03-144-12/+12
| | | | | | | | replacing it by a div with "center" class.
| * bgcolor is not a valid "xhtml1.0 strict" attribute. Replacing it by a css ↵CharlyCoste2010-03-142-2/+2
| | | | | | | | background-color
| * Adding xml namespaceCharlyCoste2010-03-141-1/+2
| |
| * Adding xhtml 1.0 strict doctypeCharlyCoste2010-03-141-0/+2
| |
* | Merge commit 'refs/merge-requests/2' of git://gitorious.org/owncloud/owncloudFrank Karlitschek2010-03-141-2/+2
|\ \ | |/ |/|
| * Changed spelling of lisener to listenerAaron Reichman2010-03-131-2/+2
| |
* | $filesfound variable may not be set when used in: if(!$filesfound)Charles-Edouard Coste2010-03-131-1/+1
|/
* commiting ownCloud 1.0 beta 1v1.0.0beta1Frank Karlitschek2010-03-10117-0/+54251