Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work on user management | Robin Appelman | 2011-08-10 | 1 | -0/+2 |
| | |||||
* | work in new app management | Robin Appelman | 2011-08-10 | 1 | -1/+2 |
| | |||||
* | Copying globals to OC::* | Jakob Sack | 2011-08-10 | 1 | -0/+6 |
| | |||||
* | fix include path | Frank Karlitschek | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | more improved error reporting | Frank Karlitschek | 2011-08-06 | 1 | -8/+11 |
| | |||||
* | Merge branch 'master' of git.kde.org:owncloud | Frank Karlitschek | 2011-08-06 | 1 | -5/+5 |
|\ | |||||
| * | descriptions for OC:: variables | Robin Appelman | 2011-08-06 | 1 | -5/+5 |
| | | |||||
* | | nicer error report and streamlined setup | Frank Karlitschek | 2011-08-06 | 1 | -1/+11 |
|/ | |||||
* | Add principals, minor changes in base.php | Jakob Sack | 2011-08-06 | 1 | -9/+21 |
| | |||||
* | prepare replacing global $vars with OC::$vars | Jakob Sack | 2011-08-02 | 1 | -2/+25 |
| | |||||
* | Introducing a semiautoload. Enables autoload for classes that are not in lib/ | Jakob Sack | 2011-08-02 | 1 | -2/+15 |
| | |||||
* | keyboard shortcuts for search results | Robin Appelman | 2011-07-31 | 1 | -0/+1 |
| | |||||
* | make sure jquery and common javascript is loaded before the javascript of ↵ | Robin Appelman | 2011-07-31 | 1 | -7/+7 |
| | | | | the apps | ||||
* | configure users/groups before loading apps | Robin Appelman | 2011-07-31 | 1 | -3/+4 |
| | |||||
* | laod apps ways earlier! | Jakob Sack | 2011-07-31 | 1 | -4/+6 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -21/+21 |
| | |||||
* | One class per file! | Jakob Sack | 2011-07-29 | 1 | -0/+90 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud into autoload | Jakob Sack | 2011-07-29 | 1 | -3/+0 |
|\ | | | | | | | | | | | Conflicts: lib/base.php lib/filestorage.php | ||||
| * | bumb version number for upcomming beta | Robin Appelman | 2011-07-28 | 1 | -1/+1 |
| | | |||||
* | | Further improvements | Jakob Sack | 2011-07-27 | 1 | -2/+10 |
| | | |||||
* | | Use autoload | Jakob Sack | 2011-07-27 | 1 | -330/+8 |
|/ | |||||
* | bumb jquery and jquery-ui versions | Robin Appelman | 2011-07-25 | 1 | -3/+3 |
| | |||||
* | not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually | Robin Appelman | 2011-06-26 | 1 | -1/+5 |
| | | | | this fixes incorect generated links in some cases | ||||
* | allow plugins/apps to add custom headers to all pages | Robin Appelman | 2011-06-24 | 1 | -0/+11 |
| | |||||
* | add oc_user::getUser to get the user id of the loggedin user | Robin Appelman | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | Multiply changes to user system | Robin Appelman | 2011-06-21 | 1 | -1/+1 |
| | | | | | | keeping tracked of the logged in user is no longer done by the active backend but by oc_user directly instead multiply backends can be active at the same time, allowing alternative authentication procedures like openid or tokens to be used next to the regular user system | ||||
* | added preferences to base.php, will be needed for i18n stuff | Jakob Sack | 2011-06-19 | 1 | -0/+2 |
| | |||||
* | allow tear down of filesystem. | Robin Appelman | 2011-06-12 | 1 | -1/+6 |
| | | | | also fix a bug when chrooting to '/' | ||||
* | try to adjust times to the clients timezone | Robin Appelman | 2011-06-05 | 1 | -2/+9 |
| | |||||
* | merge refactoring in master | Robin Appelman | 2011-06-02 | 1 | -5/+0 |
| | |||||
* | add dateOnly option to formatDate | Robin Appelman | 2011-06-02 | 1 | -3/+4 |
| | |||||
* | merge | Robin Appelman | 2011-04-28 | 1 | -21/+16 |
|\ | |||||
| * | move sqlite database into the data folder, makes it easier to set the ↵ | Robin Appelman | 2011-04-28 | 1 | -14/+0 |
| | | | | | | | | correct permissions | ||||
| * | add search functionality, for now only searches files but plugins/apps can ↵ | Robin Appelman | 2011-04-24 | 1 | -0/+1 |
| | | | | | | | | extend that | ||||
| * | make OC_HOOKS actually work | Robin Appelman | 2011-04-23 | 1 | -5/+5 |
| | | |||||
| * | change printPageNavi() to getPageNavi() to allow some more flexibility | Robin Appelman | 2011-04-21 | 1 | -3/+3 |
| | | |||||
| * | Avoid // in URIs | Marco Michelino | 2011-04-19 | 1 | -2/+10 |
| | | |||||
* | | Show currect filename when downloading files | Robin Appelman | 2011-04-26 | 1 | -1/+1 |
|/ | |||||
* | disable the backup system for now | Robin Appelman | 2011-04-18 | 1 | -9/+9 |
| | |||||
* | seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE | Robin Appelman | 2011-04-18 | 1 | -1/+0 |
| | |||||
* | seperate view and logic for pagenavi | Robin Appelman | 2011-04-18 | 1 | -23/+8 |
| | |||||
* | add pager function to the base lib and remove the default table width | Frank Karlitschek | 2011-04-17 | 1 | -0/+42 |
| | |||||
* | make the file permissions hint more clear | Robin Appelman | 2011-04-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'refactoring' of git.kde.org:owncloud into refactoring | Frank Karlitschek | 2011-04-16 | 1 | -3/+2 |
|\ | |||||
| * | only check for permissions for folders that exists | Robin Appelman | 2011-04-16 | 1 | -1/+1 |
| | | |||||
| * | set strict error reporting | Robin Appelman | 2011-04-16 | 1 | -2/+1 |
| | | |||||
* | | add a date format function for more eyecandy | Frank Karlitschek | 2011-04-16 | 1 | -0/+12 |
|/ | |||||
* | save installation state of databases in appconfig instead of plugin.xml | Robin Appelman | 2011-04-16 | 1 | -0/+1 |
| | |||||
* | Merge branch 'refactoring' of git.kde.org:owncloud into refactoring | Frank Karlitschek | 2011-04-16 | 1 | -10/+22 |
|\ | | | | | | | | | Conflicts: admin/apps.php | ||||
| * | better display for server configuration errors | Robin Appelman | 2011-04-16 | 1 | -7/+19 |
| | |