summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-13186-246/+326
|
* Merge pull request #13154 from owncloud/fix13141Thomas Müller2015-01-122-7/+122
|\ | | | | don't show no files yet when mask is in place, fixes #13141
| * 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
|\ \ | | | | | | Fixes issues when renaming favorite file
| * | Return path attribute for ajax rename operationsVincent Petry2015-01-122-0/+3
| | | | | | | | | | | | | | | | | | | | | This fixes an issue when renaming files from a flat list view like "Favorites" or "Shared with you", in which case the path needs to be present in the response to make sure the data-path attribute is properly set in the JS side.
| * | Return tags after renameVincent Petry2015-01-122-2/+72
| | | | | | | | | | | | | | | | | | To make it possible for the web UI to correctly display the tag/favorite information after a rename, this information is now returned in the rename response
* | | 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 it
| * | | 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 files
| * | | | 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 groups
| * | | | 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 keys
| * | | Check for existence of $_GET keysLukas Reschke2015-01-091-5/+5
| | | | | | | | | | | | | | | | Otherwise PHP errors are thrown in the error log.
* | | | Merge pull request #13268 from owncloud/dnd-files-containerLukas Reschke2015-01-121-1/+10
|\ \ \ \ | |_|/ / |/| | | Allow dropping files on the table container
| * | | Allow dropping files on the table containerVincent Petry2015-01-121-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to drop files below the table even if the table is smaller than the window height. Added a check to make sure upload is not triggered on invisible lists.
* | | | Merge pull request #13182 from owncloud/download_versionsBjörn Schießle2015-01-1210-146/+396
|\ \ \ \ | |/ / / |/| | | make versions of shared files downloadable
| * | | 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/Download buttons localized again
| * | | | make Share button localized againVolkan Gezer2015-01-112-2/+2
| | | | | | | | | | | | | | | | | | | | it seems we have forgotten to use named FileAction
* | | | | [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 translation
| * | | | | keep spaces out of translationVolkan Gezer2015-01-111-2/+2
| |/ / / / | | | | | | | | | | | | | | | otherwise translators cannot notice it on Transifex
* / / / / 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 string
| * | | | Don't double encode stringLukas Reschke2015-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already use `.text()` here which automatically properly encodes the string. Thus the string will be double-encoded and look ugly. (i.e. when you search for ">" you will see "No results found for >") Fixes itself.
* | | | | [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
|\ \ \ \ | |_|/ / |/| | | Encryption fix key lost if group share gets renamed
| * | | 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-in
| * | | Add check if user is logged-inLukas Reschke2015-01-092-0/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise a fatal PHP error is thrown since the filesystem is not setup: ``` ( ! ) Fatal error: Call to a member function getOwner() on null in /Users/lreschke/Programming/core/lib/private/files/filesystem.php on line 817 Call Stack 1 0.0004 247792 {main}( ) ../index.php:0 2 0.0946 5088776 OC::handleRequest( ) ../index.php:28 3 0.1423 7491280 OC\Route\Router->match( ) ../base.php:748 4 0.1664 8592152 call_user_func:{/Users/lreschke/Programming/core/lib/private/route/router.php:250} ( ) ../router.php:250 5 0.1664 8592216 __lambda_func( ) ../router.php:250 6 0.1665 8599064 require_once( '/Users/lreschke/Programming/core/apps/files_versions/ajax/getVersions.php' ) ../route.php(135) : runtime-created function:1 7 0.1801 9061096 OCA\Files_Versions\Storage::getUidAndFilename( ) ../getVersions.php:7 8 0.1801 9061144 OC\Files\Filesystem::getOwner( ) ../storage.php:45 ``` Furthermore this adds the CSRF check as a nice-to-have addition, the requests accessing this are done via the jQuery AJAX methods and thus the header is automatically added to all requests already.
* | | 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
|\ \ \ | | | | | | | | Ldap user cleanup master
| * | | fix order of initalizing instance properties, and paremeter order in a ↵Arthur Schiwon2015-01-081-10/+12
| | | | | | | | | | | | | | | | method call
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LDAP User Cleanup background job for user clean up adjust user backend for clean up register background job remove dead code dependency injection make Helper non-static for proper testing check whether it is OK to run clean up job. Do not forget to pass arguments. use correct method to get the config from server methods can be private, proper indirect testing is given no automatic user deletion make limit readable for test purposes make method less complex add first tests let preferences accept limit and offset for getUsersForValue DI via constructor does not work for background jobs after detecting, now we have retrieving deleted users and their details we need this method to be public for now finalize export method, add missing getter clean up namespaces and get rid of unnecessary files helper is not static anymore cleanup according to scrutinizer add cli tool to show deleted users uses are necessary after recent namespace change also remove user from mappings table on deletion add occ command to delete users fix use statement improve output big fixes / improvements PHP doc return true in userExists early for cleaning up deleted users bump version control state and interval with one config.php setting, now ldapUserCleanupInterval. 0 will disable it. enabled by default. improve doc rename cli method to be consistent with others introduce ldapUserCleanupInterval in sample config don't show last login as unix epoche start when no login happend less log output consistent namespace for OfflineUser rename GarbageCollector to DeletedUsersIndex and move it to user subdir fix unit tests add tests for deleteUser more test adjustements Conflicts: apps/user_ldap/ajax/clearMappings.php apps/user_ldap/appinfo/app.php apps/user_ldap/lib/access.php apps/user_ldap/lib/helper.php apps/user_ldap/tests/helper.php core/register_command.php lib/private/preferences.php lib/private/user.php add ldap:check-user to check user existance on the fly Conflicts: apps/user_ldap/lib/helper.php forgotten file PHPdoc fixes, no code change and don't forget to adjust tests
* | | | Merge pull request #13184 from owncloud/fix-keyLukas Reschke2015-01-091-1/+3
|\ \ \ \ | | | | | | | | | | Verify existence of $_GET key