summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-14168-12/+410
* Fix PHP doc and enforce typeLukas Reschke2015-01-131-3/+3
* Merge pull request #13277 from owncloud/pasteurlJoas Schilling2015-01-131-1/+1
|\
| * add https:// placeholder for From Link feature. closes #13255Volkan Gezer2015-01-121-1/+1
* | Merge pull request #13289 from owncloud/fav-keepfavoncancelrenameMorris Jobke2015-01-132-6/+41
|\ \
| * | Properly update internal file info with updated tagsVincent Petry2015-01-122-6/+41
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-13186-246/+326
* | | Merge pull request #13154 from owncloud/fix13141Thomas Müller2015-01-122-7/+122
|\ \ \
| * | | add js tests for filelist filteringJörn Friedrich Dreyer2015-01-092-6/+119
| * | | don't show no files yet when mask is in place, fixes #13141Jörn Friedrich Dreyer2015-01-071-1/+3
* | | | Merge pull request #13272 from owncloud/fav-renamekeepfavJoas Schilling2015-01-122-2/+75
|\ \ \ \
| * | | | Return path attribute for ajax rename operationsVincent Petry2015-01-122-0/+3
| * | | | Return tags after renameVincent Petry2015-01-122-2/+72
| | |/ / | |/| |
* | | | Merge pull request #13285 from owncloud/fix-encryption-check-number-of-partsMorris Jobke2015-01-121-0/+9
|\ \ \ \
| * | | | Check array size, before using the 3rd element from itJoas Schilling2015-01-121-0/+9
* | | | | Merge pull request #13279 from owncloud/upload-original-nameMorris Jobke2015-01-121-2/+2
|\ \ \ \ \
| * | | | | Send the proper original name for uploaded filesRobin Appelman2015-01-121-2/+2
* | | | | | Merge pull request #13280 from owncloud/fix-12306Morris Jobke2015-01-122-2/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix retrieval of user groupsArthur Schiwon2015-01-122-2/+8
| |/ / / /
* | | | | Merge pull request #13210 from owncloud/use-issetMorris Jobke2015-01-121-5/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Check for existence of $_GET keysLukas Reschke2015-01-091-5/+5
* | | | | Merge pull request #13268 from owncloud/dnd-files-containerLukas Reschke2015-01-121-1/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow dropping files on the table containerVincent Petry2015-01-121-1/+10
* | | | | Merge pull request #13182 from owncloud/download_versionsBjörn Schießle2015-01-1210-146/+396
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | make versions of shared files downloadableBjoern Schiessle2015-01-0910-146/+396
* | | | | Merge pull request #13254 from owncloud/fixsharel10nThomas Müller2015-01-122-2/+2
|\ \ \ \ \
| * | | | | make Share button localized againVolkan Gezer2015-01-112-2/+2
| | |_|_|/ | |/| | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-12272-270/+250
* | | | | l10n: delete permanently fixVolkan Gezer2015-01-111-2/+2
* | | | | Merge pull request #13251 from owncloud/spaceoutsideVolkan Gezer2015-01-111-2/+2
|\ \ \ \ \
| * | | | | keep spaces out of translationVolkan Gezer2015-01-111-2/+2
| |/ / / /
* / / / / suggestion by transifex translatorVolkan Gezer2015-01-111-1/+1
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-1112-26/+38
* | | | Merge pull request #13226 from owncloud/fix-encodingVolkan Gezer2015-01-101-1/+1
|\ \ \ \
| * | | | Don't double encode stringLukas Reschke2015-01-101-1/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-1028-18/+84
|/ / / /
* | | | Merge pull request #13204 from owncloud/enc_fix_key_lostVincent Petry2015-01-092-630/+714
|\ \ \ \ | |_|/ / |/| | |
| * | | unit testsBjoern Schiessle2015-01-091-4/+86
| * | | don't move encryption keys if a mount point was renamedBjoern Schiessle2015-01-091-626/+628
* | | | Merge pull request #13188 from owncloud/add-check-if-user-is-logged-inThomas Müller2015-01-092-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Add check if user is logged-inLukas Reschke2015-01-092-0/+3
| |/ /
* | | 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