| Commit message (Expand) | Author | Age | Files | Lines |
* | Add PHPDoc for `urlParams` | Lukas Reschke | 2015-01-15 | 1 | -1/+1 |
* | Add PHPDoc for magic property 'server' | Lukas Reschke | 2015-01-14 | 1 | -1/+3 |
* | Merge pull request #12988 from owncloud/logfile_download | Morris Jobke | 2015-01-09 | 1 | -0/+42 |
|\ |
|
| * | add Download logfile button to admin settings | Georg Ehrke | 2015-01-07 | 1 | -0/+42 |
* | | add SIZE_ALL const | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -3/+8 |
* | | fix visibility | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -8/+2 |
* | | move search results below filelist, show hint when results are off screen, us... | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -6/+8 |
* | | add paged provider | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -0/+68 |
* | | Adding basement for the direct download url | Thomas Müller | 2014-12-28 | 1 | -0/+10 |
* | | Intelligent container | Bernhard Posselt | 2014-12-23 | 2 | -0/+44 |
* | | Merge pull request #12969 from owncloud/clarify-docs | Morris Jobke | 2014-12-22 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix typo | Lukas Reschke | 2014-12-19 | 1 | -1/+1 |
| * | | Clarify return values | Lukas Reschke | 2014-12-19 | 1 | -1/+1 |
* | | | Merge pull request #12983 from owncloud/root-iface | Morris Jobke | 2014-12-22 | 1 | -0/+32 |
|\ \ \ |
|
| * | | | add an interface for the root folder so apps have an interface to deal with s... | Bernhard Posselt | 2014-12-21 | 1 | -0/+32 |
| | |/
| |/| |
|
* | | | Merge pull request #12982 from owncloud/timefac-iface | Thomas Müller | 2014-12-21 | 1 | -0/+38 |
|\ \ \
| |/ /
|/| | |
|
| * | | add an interface for the timefactory class | Bernhard Posselt | 2014-12-20 | 1 | -0/+38 |
* | | | Merge pull request #12749 from owncloud/server2server-sharing-ng | Björn Schießle | 2014-12-19 | 1 | -0/+12 |
|\ \ \ |
|
| * | | | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -0/+12 |
| | |/
| |/| |
|
* | | | Merge pull request #12101 from owncloud/ldap_split_mapping | blizzz | 2014-12-19 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Split mapping from Access and Helper classes into it's own. Fully test them, ... | Arthur Schiwon | 2014-12-19 | 1 | -0/+1 |
* | | | Merge pull request #12956 from owncloud/jenkins-user-backend-names | Thomas Müller | 2014-12-19 | 1 | -0/+27 |
|\ \ \
| |/ /
|/| | |
|
| * | | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 1 | -0/+27 |
* | | | Merge pull request #12879 from owncloud/mountconfig | Morris Jobke | 2014-12-18 | 2 | -0/+16 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 1 | -0/+7 |
| * | | Load mount specific options from the mount config | Robin Appelman | 2014-12-17 | 1 | -0/+9 |
| |/ |
|
* | | add isAdmin and isInGroup methods for the group manager | Bernhard Posselt | 2014-12-17 | 2 | -0/+16 |
* | | add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho... | Bernhard Posselt | 2014-12-17 | 2 | -1/+11 |
|/ |
|
* | Merge pull request #12889 from owncloud/deprecation-time | Thomas Müller | 2014-12-17 | 2 | -0/+13 |
|\ |
|
| * | first round of deprecation | Bernhard Posselt | 2014-12-16 | 2 | -0/+13 |
* | | Move timezone logic out of server.php | Joas Schilling | 2014-12-16 | 1 | -0/+21 |
|/ |
|
* | Merge pull request #12555 from owncloud/app_specific_search | Jörn Friedrich Dreyer | 2014-12-15 | 2 | -4/+33 |
|\ |
|
| * | introduce inApps[] filter for search via ajax query, make file results show u... | Jörn Friedrich Dreyer | 2014-12-10 | 2 | -4/+33 |
* | | Olivier Paroz \OCP\AppFramework\Utility\IControllerMethodReflector | Olivier Paroz | 2014-12-14 | 1 | -0/+63 |
* | | Merge pull request #12726 from owncloud/add-filter-for-backend-to-rest-index | Morris Jobke | 2014-12-13 | 1 | -0/+6 |
|\ \ |
|
| * | | Use public interface | Lukas Reschke | 2014-12-11 | 1 | -1/+1 |
| * | | Add filter for 'backend' to user REST route | Lukas Reschke | 2014-12-10 | 1 | -0/+6 |
* | | | Merge pull request #12778 from owncloud/searchbytags2 | Vincent Petry | 2014-12-12 | 2 | -3/+13 |
|\ \ \ |
|
| * | | | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 1 | -1/+2 |
| * | | | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 1 | -0/+8 |
| * | | | Add user parameter to tag manager | Vincent Petry | 2014-12-11 | 1 | -3/+4 |
* | | | | Merge pull request #12808 from owncloud/add-special-parameterlist-to-manager | Joas Schilling | 2014-12-12 | 2 | -0/+20 |
|\ \ \ \ |
|
| * | | | | Allow extensions to specify the list of special parameters | Joas Schilling | 2014-12-11 | 2 | -0/+20 |
* | | | | | Add IniGetWrapper to public interface | Lukas Reschke | 2014-12-11 | 1 | -0/+7 |
|/ / / / |
|
* / / / | Add type of the variables to the docs | Joas Schilling | 2014-12-10 | 1 | -3/+3 |
|/ / / |
|
* | | | Merge pull request #12485 from owncloud/jenkins-12383 | Joas Schilling | 2014-12-10 | 3 | -6/+130 |
|\ \ \
| |/ /
|/| | |
|
| * | | Require the interface and return a string instead of private classes | Joas Schilling | 2014-12-10 | 1 | -16/+16 |
| * | | Deprecate Util::formatDate() | Joas Schilling | 2014-12-10 | 2 | -6/+9 |
| * | | Add a DateTimeFormatter class which allows overwriting the language and timezone | Joas Schilling | 2014-12-09 | 1 | -0/+121 |
* | | | Merge pull request #12711 from owncloud/add-backend-to-rest-index | Lukas Reschke | 2014-12-10 | 1 | -0/+7 |
|\ \ \ |
|