summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix licencing, make headers refer to intended AGPL, include copy of AGPLJonathan Riddell2011-02-093-3/+3
|
* don't hide text viewer when clicking inside the text boxRobin Appelman2011-01-311-0/+8
|
* Fixed typo (Lisener → Listener)Elias Probst2011-01-011-2/+2
|
* Use correct attribute values for audio tag.ente2010-12-051-4/+4
|
* Only register the "Play" action for audio types that the browser is able to ↵ente2010-12-051-22/+28
| | | | | | play. Otherwise just leave the default action to "Download".
* - plugin id correctedente2010-12-052-2/+5
| | | | - ogg files also get the play action added to their context menu
* Basic HTML5 audio player pluginente2010-12-045-0/+107
|
* remove placeholder music pluginRobin Appelman2010-10-313-80/+0
|
* initial version for user managment tab in the settings pageRobin Appelman2010-09-201-0/+11
|
* add functions to get a list of all users or groupsRobin Appelman2010-09-151-0/+17
|
* the text viewer now does syntax highlighting for codeRobin Appelman2010-09-08100-8/+17347
|
* keep indention when viewing text filesRobin Appelman2010-09-081-0/+2
|
* provide a basic viewer for text filesRobin Appelman2010-09-084-0/+85
|
* provide a function to load the data from a plugin.xml fileRobin Appelman2010-08-052-4/+4
|
* comply with updated version of the plugin.xml syntaxRobin Appelman2010-07-283-8/+17
|
* use new plugin system for loading pluginsRobin Appelman2010-07-284-0/+35
|
* Merge commit 'refs/merge-requests/31' of ↵Robin Appelman2010-07-281-0/+202
|\ | | | | | | git://gitorious.org/owncloud/owncloud into merge
| * Moved LDAP authentication into a pluginAldo "xoen" Giambelluca2010-07-231-0/+202
| | | | | | | | | | Used the current plugin system to define `USER_OC_LDAP` class that can be used as backend for OC_USER
* | fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-164-0/+0
|/
* update includesFrank Karlitschek2010-03-172-2/+2
|
* <br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS ↵CharlyCoste2010-03-142-2/+2
| | | | instructions on semantic tags.
* center is not a valid strict xhtml1.0 tag (not semantic). At least, ↵CharlyCoste2010-03-142-4/+4
| | | | replacing it by a div with "center" class.
* commiting ownCloud 1.0 beta 1v1.0.0beta1Frank Karlitschek2010-03-104-0/+134