Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix sqlite compatibility for webdav server | Robin Appelman | 2010-09-28 | 1 | -16/+22 |
| | |||||
* | fix viewing images that have a ' in the filename | Robin Appelman | 2010-09-28 | 1 | -0/+1 |
| | |||||
* | merge | Robin Appelman | 2010-09-28 | 1 | -10/+117 |
|\ | |||||
| * | automatically install databased of plugins | Robin Appelman | 2010-09-28 | 1 | -10/+119 |
| | | |||||
* | | add function to list all plugins | Robin Appelman | 2010-09-28 | 1 | -5/+23 |
|/ | |||||
* | Fix content type header in downloads | Steven | 2010-09-26 | 1 | -0/+2 |
| | |||||
* | initial version for user managment tab in the settings page | Robin Appelman | 2010-09-20 | 10 | -50/+251 |
| | |||||
* | use mysql instead of mysqli when creating mysql user/database | Robin Appelman | 2010-09-20 | 1 | -20/+35 |
| | |||||
* | fix layout issue in the settings page | Robin Appelman | 2010-09-19 | 1 | -1/+13 |
| | |||||
* | Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud | Robin Appelman | 2010-09-19 | 3 | -0/+44 |
|\ | |||||
| * | add functions to get a list of all users or groups | Robin Appelman | 2010-09-15 | 3 | -0/+44 |
| | | |||||
* | | improved loading speed of default syle sheet | Robin Appelman | 2010-09-19 | 1 | -1/+6 |
| | | |||||
* | | fix loading of plugin defined stylesheets | Robin Appelman | 2010-09-19 | 1 | -1/+1 |
|/ | |||||
* | use caching for user-group relations | Robin Appelman | 2010-09-12 | 1 | -24/+57 |
| | |||||
* | do not initialize mdb2_scheme if we don't use it, saves a lot of time | Robin Appelman | 2010-09-11 | 1 | -2/+8 |
| | |||||
* | the text viewer now does syntax highlighting for code | Robin Appelman | 2010-09-08 | 101 | -8/+17356 |
| | |||||
* | keep indention when viewing text files | Robin Appelman | 2010-09-08 | 1 | -0/+2 |
| | |||||
* | fix fallback for mimetype detection using the 'file' command | Robin Appelman | 2010-09-08 | 1 | -13/+3 |
| | |||||
* | provide a basic viewer for text files | Robin Appelman | 2010-09-08 | 6 | -0/+97 |
| | |||||
* | use json to encode the file list, should work better with filenames ↵ | Robin Appelman | 2010-09-06 | 2 | -13/+30 |
| | | | | containing non-ascii characters | ||||
* | fix wrong settings form being restricted to admin only | Robin Appelman | 2010-09-06 | 1 | -2/+2 |
| | |||||
* | provide a defealt, empty, filesystem configuration to suppress some errors | Robin Appelman | 2010-09-06 | 1 | -0/+1 |
| | |||||
* | make the filesystem configurable (no gui yet) | Robin Appelman | 2010-09-06 | 4 | -20/+74 |
| | |||||
* | remove Admin Panel from the main menu since it's handeld by the new ↵ | Robin Appelman | 2010-09-06 | 1 | -3/+0 |
| | | | | settings page now | ||||
* | fixed bug in filesystem abstraction that broke file uploading | Robin Appelman | 2010-09-06 | 1 | -1/+1 |
| | |||||
* | fix some errors when trying to save the settings | Robin Appelman | 2010-09-05 | 1 | -9/+10 |
| | |||||
* | merge | Robin Appelman | 2010-09-05 | 2 | -57/+110 |
|\ | |||||
| * | improved tooltip text (true this time) | Steven | 2010-09-05 | 1 | -4/+4 |
| | | |||||
| * | improved appereance and clearability in system settings menu. However it ↵ | Steven | 2010-09-05 | 1 | -55/+107 |
| | | | | | | | | does not make toast (yet). | ||||
| * | fix links in settings menu in all browsers except grome(ium) | Steven | 2010-09-04 | 1 | -1/+2 |
| | | |||||
* | | remember the selected tab in the settings dialog when refreshing the page or ↵ | Robin Appelman | 2010-09-04 | 2 | -3/+14 |
|/ | | | | submiting forms | ||||
* | Merge commit 'refs/merge-requests/33' of ↵ | Robin Appelman | 2010-09-02 | 1 | -2/+2 |
|\ | | | | | | | git://gitorious.org/owncloud/owncloud into merge | ||||
| * | First commit, changing capitalization | Aaron Reichman | 2010-08-22 | 1 | -2/+2 |
| | | |||||
* | | change the way the user is rooted in his own folder in order to make ↵ | Robin Appelman | 2010-09-02 | 2 | -63/+101 |
|/ | | | | filesystem managment easier | ||||
* | new settings page that allows plugins to integrate their own settings ↵ | Robin Appelman | 2010-08-12 | 6 | -13/+88 |
| | | | | dialogs more with the existing ones | ||||
* | remove debug messages | Robin Appelman | 2010-08-12 | 1 | -2/+0 |
| | |||||
* | fix error during the creation of the database table when using mysql | Robin Appelman | 2010-08-12 | 1 | -1/+2 |
| | |||||
* | fix problem when creating users with a non-empty userid cache | Robin Appelman | 2010-08-12 | 1 | -3/+3 |
| | |||||
* | provide a function to load the data from a plugin.xml file | Robin Appelman | 2010-08-05 | 5 | -26/+97 |
| | |||||
* | change the user backend after we load the plugins | Robin Appelman | 2010-08-03 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of http://git.gitorious.org/owncloud/owncloud | Robin Appelman | 2010-08-03 | 2 | -12/+24 |
|\ | |||||
| * | update to comply with the OCS spec (lookup by application name too) | Martin Sandsmark | 2010-08-02 | 2 | -12/+24 |
| | | |||||
* | | use encodeURIComponent in more places | Robin Appelman | 2010-08-03 | 2 | -2/+2 |
|/ | |||||
* | fix warnings given by MDB2 if opendir is restricted by the host | Robin Appelman | 2010-07-30 | 1 | -2/+2 |
| | |||||
* | comply with updated version of the plugin.xml syntax | Robin Appelman | 2010-07-28 | 6 | -11/+50 |
| | |||||
* | use new plugin system for loading plugins | Robin Appelman | 2010-07-28 | 7 | -30/+171 |
| | |||||
* | Merge commit 'refs/merge-requests/31' of ↵ | Robin Appelman | 2010-07-28 | 5 | -276/+878 |
|\ | | | | | | | git://gitorious.org/owncloud/owncloud into merge | ||||
| * | Moved LDAP authentication into a plugin | Aldo "xoen" Giambelluca | 2010-07-23 | 4 | -51/+33 |
| | | | | | | | | | | Used the current plugin system to define `USER_OC_LDAP` class that can be used as backend for OC_USER | ||||
| * | Cleaned up and added some documentation | Aldo "xoen" Giambelluca | 2010-07-22 | 4 | -303/+407 |
| | | |||||
| * | Created class `OC_USER_BACKEND` for general user managment | Aldo "xoen" Giambelluca | 2010-07-21 | 7 | -465/+590 |
| | | | | | | | | | | | | It's possible to use `OC_USER` as normal but the real stuff is done by the `OC_USER::$_backend` class, setted using `OC_USER::setBackend()` (this is done in inc/lib_user.php) |