summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix_#11348 Safari rename button positioningSergei Shuykov2015-01-162-5/+6
|
* 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
| * | | Verify existence of $_GET keyLukas Reschke2015-01-091-1/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | Otherwise when the file without any specified mimetype was accessed the error log was flooded with entries such as "Undefined index: mime", there can be multiple issues found about this in the forum and our bugtracker. To test this access `/index.php/apps/files/ajax/mimeicon.php` with and without `$_GET['mime']`. Fixes itself.
* / | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0932-86/+124
|/ /
* | Merge pull request #13170 from ↵Thomas Müller2015-01-081-1/+3
|\ \ | | | | | | | | | | | | owncloud/extstorage-fixsharedmountpointrootleadingslash Fix source path when share is a mount point
| * | Fix source path when share is a mount pointVincent Petry2015-01-081-1/+3
| | | | | | | | | | | | | | | | | | | | | Whenever an external storage mount point is shared directly, its path is empty which causes a leading slash to appear in the source path. This fix removes the bogus leading slash in such situation.
* | | Merge pull request #13165 from mypetyak/typos-in-external-storage-xmlLukas Reschke2015-01-081-2/+2
|\ \ \ | | | | | | | | Minor typo updates to External Storage description
| * | | Minor typo updates to External Storage descriptionChristopher Bunn2015-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | This text is visible to admin users when they read the description of the External Storage app.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-08126-156/+164
|/ / /
* | | smb: rename textfield from root to subfolderMartin2015-01-071-5/+5
| | | | | | | | | | | | | | | | | | "root" or "subfolder" -> "Remote subfolder" on selected storages missed ftp...
* | | 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 was removed
| * | don't delete share table entries for the unique name if re-share permission ↵Bjoern Schiessle2015-01-071-0/+32
| | | | | | | | | | | | was removed
* | | 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
|\ \ \ | | | | | | | | Auto escape t placeholders
| * | | Autoescape of placeholders in t() and p() - for JSMorris Jobke2015-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add disableEscape parameter to disable this functionality * drop usage of escapeHTML() that is now done inside t() * add unit test for escaped and not escaped placeholder * proper JSDoc
* | | | Extend Test\TestCase and do not use uniqid()Joas Schilling2015-01-074-310/+286
| | | |