| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-04 | 4 | -4/+16 |
* | Add url-params to url with new parameter in linkTo function | Bart Visscher | 2012-09-03 | 2 | -6/+6 |
* | Add args parameter to linkTo(Absolute) function, to append the args automaticly | Bart Visscher | 2012-09-03 | 3 | -9/+18 |
* | 4.5 beta 2v4.5.0beta2 | Frank Karlitschek | 2012-09-03 | 1 | -2/+2 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-03 | 2 | -2/+6 |
* | Listen to post_deleteGroup hook in Share API | Michael Gapczynski | 2012-09-02 | 1 | -0/+9 |
* | Fix some warnings from Jenkins in the Share API | Michael Gapczynski | 2012-09-02 | 1 | -6/+2 |
* | Add parameter documentation | Michael Gapczynski | 2012-09-02 | 1 | -0/+1 |
* | Restructure generateTarget for the post_addToGroup hook | Michael Gapczynski | 2012-09-02 | 1 | -20/+44 |
* | Make item targets be based off of the parent item target for reshares | Michael Gapczynski | 2012-09-02 | 1 | -19/+27 |
* | in some cases no translations are loaded because $this->lang is empty not null | Thomas Mueller | 2012-09-02 | 1 | -1/+1 |
* | use str_ireplace instead of duplicate str_replace | Robin Appelman | 2012-09-02 | 1 | -8/+4 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-02 | 4 | -4/+16 |
* | set debug mode if an xdebug session is active | Robin Appelman | 2012-09-01 | 1 | -0/+7 |
* | use null instead of -1 on all getUser() | Jörn Friedrich Dreyer | 2012-09-01 | 4 | -4/+4 |
* | translate UNIX_TIMESTAMP() into sqlite and pgsql equivilents | Robin Appelman | 2012-09-01 | 1 | -0/+4 |
* | we still need this for pgsql | Robin Appelman | 2012-09-01 | 1 | -1/+2 |
* | fix autoloader throwing errors for non-oc classes | Robin Appelman | 2012-09-01 | 1 | -0/+2 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-01 | 5 | -5/+20 |
* | allow configuring user backends in config.php | Robin Appelman | 2012-09-01 | 2 | -1/+35 |
* | load authentication apps on login | Robin Appelman | 2012-09-01 | 1 | -1/+1 |
* | don't throw errors in the autoloader when a class doesn't exist | Robin Appelman | 2012-09-01 | 1 | -5/+10 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-01 | 7 | -0/+151 |
* | Remove share permission for encrypted files | Michael Gapczynski | 2012-08-31 | 1 | -1/+5 |
* | send the current owncloud version to the ocs server so that we can filter for... | Frank Karlitschek | 2012-08-31 | 1 | -2/+5 |
* | l18n support lib/updater.php | Thomas Mueller | 2012-08-31 | 1 | -3/+5 |
* | fix translations within subfolder /lib | Thomas Mueller | 2012-08-31 | 1 | -1/+4 |
* | fix translations within subfolder /lib | Thomas Mueller | 2012-08-30 | 4 | -9/+9 |
* | allow html inside app descriptions | Robin Appelman | 2012-08-30 | 1 | -0/+3 |
* | More info about not compatible apps (app id) | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
* | Fix filesystem setup for shared public link with logged in user | Bart Visscher | 2012-08-29 | 1 | -6/+12 |
* | $storage shouldn't be static in OC_Cache_File | Michael Gapczynski | 2012-08-29 | 1 | -1/+1 |
* | Fix shared storage working with user backend defined data directories | Michael Gapczynski | 2012-08-29 | 1 | -9/+1 |
* | Space before tab fixes | Bart Visscher | 2012-08-29 | 10 | -28/+28 |
* | Fix OC_Cache_File | Bart Visscher | 2012-08-29 | 1 | -4/+4 |
* | Remove php close at end of file | Bart Visscher | 2012-08-29 | 4 | -7/+0 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 57 | -326/+322 |
* | Delete old link if user sets a password | Michael Gapczynski | 2012-08-29 | 1 | -0/+10 |
* | Fix password authentication for links and fix template problems for links by ... | Michael Gapczynski | 2012-08-29 | 1 | -4/+6 |
* | fixing: apps/files/ajax/scan.php | Thomas Mueller | 2012-08-29 | 1 | -1/+1 |
* | Remember storage view in OC_Cache_File | Bart Visscher | 2012-08-28 | 1 | -1/+6 |
* | Clean user cache on login | Bart Visscher | 2012-08-28 | 2 | -1/+23 |
* | Add background job for global file cache cleanup | Bart Visscher | 2012-08-28 | 2 | -6/+31 |
* | Check usernames in the database as case insensitive, they are still stored ca... | Michael Gapczynski | 2012-08-28 | 1 | -2/+2 |
* | Allow share_with column to be null for links | Michael Gapczynski | 2012-08-28 | 1 | -1/+1 |
* | beta 1 | Frank Karlitschek | 2012-08-28 | 1 | -2/+3 |
* | Add Share API settings to admin page | Michael Gapczynski | 2012-08-27 | 1 | -17/+48 |
* | Fix share collection query | Michael Gapczynski | 2012-08-27 | 1 | -28/+34 |
* | Initial previewer for public links | Michael Gapczynski | 2012-08-27 | 3 | -16/+57 |
* | update now(), current_timestamp and backtick replacement | Jörn Friedrich Dreyer | 2012-08-27 | 1 | -4/+3 |