summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* fix rename field position, fix #12927Jan-Christoph Borchardt2015-01-091-2/+6
* Merge pull request #12984 from owncloud/ldap-user-cleanup-masterLukas Reschke2015-01-0936-190/+1411
|\
| * fix order of initalizing instance properties, and paremeter order in a method...Arthur Schiwon2015-01-081-10/+12
| * fix table name for getListArthur Schiwon2015-01-081-2/+2
| * doc fixes and removal of unnecessary use statementsArthur Schiwon2015-01-075-10/+6
| * add test for mapping's getList methodArthur Schiwon2015-01-071-0/+24
| * inject DB Connection to user managerArthur Schiwon2015-01-0710-87/+94
| * inject IDateTimeFormatter to show-remnants commandArthur Schiwon2015-01-062-4/+11
| * inject oc config to User_LDAPArthur Schiwon2015-01-069-53/+89
| * smaller fixes: coding style, PHPdoc, typos and few for DIArthur Schiwon2015-01-068-71/+51
| * planned refactorings for OC 8Arthur Schiwon2014-12-206-55/+83
| * move from \OC\Preferences to \OCP\IConfigArthur Schiwon2014-12-204-67/+38
| * basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass.Arthur Schiwon2014-12-2010-41/+73
| * LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-1929-64/+1202
* | Merge pull request #13184 from owncloud/fix-keyLukas Reschke2015-01-091-1/+3
|\ \
| * | Verify existence of $_GET keyLukas Reschke2015-01-091-1/+3
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0932-86/+124
|/ /
* | Merge pull request #13170 from owncloud/extstorage-fixsharedmountpointrootlea...Thomas Müller2015-01-081-1/+3
|\ \
| * | Fix source path when share is a mount pointVincent Petry2015-01-081-1/+3
* | | Merge pull request #13165 from mypetyak/typos-in-external-storage-xmlLukas Reschke2015-01-081-2/+2
|\ \ \
| * | | Minor typo updates to External Storage descriptionChristopher Bunn2015-01-071-2/+2
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-08126-156/+164
|/ / /
* | | smb: rename textfield from root to subfolderMartin2015-01-071-5/+5
* | | Merge pull request #13016 from owncloud/sharing_fixesMorris Jobke2015-01-071-0/+32
|\ \ \ | |/ / |/| |
| * | don't delete share table entries for the unique name if re-share permission w...Bjoern Schiessle2015-01-071-0/+32
* | | Correctly return false when translating a foreign activityJoas Schilling2015-01-071-5/+3
* | | Merge pull request #12687 from owncloud/auto-escape-t-placeholdersMorris Jobke2015-01-071-1/+1
|\ \ \
| * | | Autoescape of placeholders in t() and p() - for JSMorris Jobke2015-01-071-1/+1
* | | | Extend Test\TestCase and do not use uniqid()Joas Schilling2015-01-074-310/+286
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-07258-68/+326
* | | | Merge pull request #13130 from owncloud/getstoragestats-error-handlingLukas Reschke2015-01-061-1/+5
|\ \ \ \
| * | | | Add error handling to getstoragestats.phpRobin Appelman2015-01-061-1/+5
| |/ / /
* | | | Merge pull request #13128 from owncloud/files-scan-pathThomas Müller2015-01-061-1/+1
|\ \ \ \
| * | | | Fix check if a path argument is passed to occ files:scanRobin Appelman2015-01-061-1/+1
| |/ / /
* | | | Merge pull request #12653 from owncloud/full_content_search_resultsMorris Jobke2015-01-0610-18/+410
|\ \ \ \ | |/ / / |/| | |
| * | | use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-067-12/+12
| * | | clear search when navigating via breadcrumbsJörn Friedrich Dreyer2015-01-061-0/+1
| * | | correctly clear searchbox when switching filelistsJörn Friedrich Dreyer2015-01-051-0/+3
| * | | fix onScroll breaking search, fix keyboard navigation, fix filter for files i...Jörn Friedrich Dreyer2015-01-051-1/+6
| * | | filter trashbin and share viewsJörn Friedrich Dreyer2015-01-055-7/+42
| * | | delay hiding no results message until search is triggeredJörn Friedrich Dreyer2015-01-021-1/+4
| * | | use " to avoid escaping 'Jörn Friedrich Dreyer2015-01-021-1/+1
| * | | text and icon fixesJörn Friedrich Dreyer2015-01-021-2/+2
| * | | correctly update search results when query is changed, show spinner when sear...Jörn Friedrich Dreyer2015-01-021-2/+5
| * | | show no files found messageJörn Friedrich Dreyer2015-01-024-0/+42
| * | | make OCA.Search.Files available in tests and for other appsJörn Friedrich Dreyer2015-01-021-0/+1
| * | | add file summary filter spec testsJörn Friedrich Dreyer2015-01-021-0/+63
| * | | Fix rendering search resultsRobin Appelman2015-01-021-6/+13
| * | | fix countJörn Friedrich Dreyer2015-01-021-1/+1
| * | | use correct visibilitiesJörn Friedrich Dreyer2015-01-021-101/+111