summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14366 from owncloud/remove-old-l10n-filesLukas Reschke2015-02-1916-91/+0
|\ | | | | Remove some old l10n files they arent loaded anymore
| * Remove some old l10n files they arent loaded anymoreJoas Schilling2015-02-1916-91/+0
| |
* | Merge pull request #14199 from owncloud/cast-type-manuallyMorris Jobke2015-02-1931-67/+67
|\ \ | | | | | | Manually type-cast all AJAX files
| * | Use `int` instead of `string`Lukas Reschke2015-02-161-1/+1
| | |
| * | Do not change behaviour of 'false'Joas Schilling2015-02-131-2/+2
| | |
| * | Manually type-case all AJAX filesLukas Reschke2015-02-1331-69/+69
| | | | | | | | | | | | | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* | | Merge pull request #13505 from owncloud/streamline-scanning-codeThomas Müller2015-02-191-1/+5
|\ \ \ | |_|/ |/| | Streamline auth and CSRF check in scan.php
| * | Streamline auth and CSRF check in scan.phpLukas Reschke2015-01-201-1/+5
| | | | | | | | | | | | Furthermore a not logged-in user was able to access this page before which resulted in a Fatal PHP error since the filesystem could not get setup properly.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-198-34/+34
| | |
* | | Merge pull request #14211 from owncloud/activity/225-files-extension-jenkinsVincent Petry2015-02-182-0/+285
|\ \ \ | | | | | | | | Activity/225 Move displaying of files related activities to files app
| * | | Move displaying of files related activities to files appJoas Schilling2015-02-132-0/+285
| | |/ | |/|
* | | Merge pull request #14210 from owncloud/activity/225-sharing-extension-jenkinsVincent Petry2015-02-183-75/+156
|\ \ \ | | | | | | | | Activity/225 sharing extension
| * | | Use filterNotificationTypes to filter the types and group the methodsJoas Schilling2015-02-131-43/+37
| | | |
| * | | Copy sharing related activity code to Files_Sharing activity extensionJoas Schilling2015-02-133-49/+136
| | | |
* | | | Update phpseclib to version 0.3.9.Andreas Fischer2015-02-181-10/+2
| | | |
* | | | Correctly create activities for public downloadsJoas Schilling2015-02-171-13/+35
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-174-0/+28
| | | |
* | | | Merge pull request #10673 from owncloud/smb-newMorris Jobke2015-02-1677-670/+5411
|\ \ \ \ | | | | | | | | | | New SMB storage backend
| * | | | also make sure we have a leading slash for the test rootRobin Appelman2015-02-162-4/+3
| | | | |
| * | | | make sure the root has a trailing slashRobin Appelman2015-02-161-0/+3
| | | | |
| * | | | remove outdated testRobin Appelman2015-02-161-39/+0
| | | | |
| * | | | handle deleting non existing filesRobin Appelman2015-02-161-7/+11
| | | | |
| * | | | Use better way to check for the existence of smbclientRobin Appelman2015-02-161-7/+2
| | | | |
| * | | | New SMB storage backendRobin Appelman2015-02-1675-628/+5407
| | | | |
* | | | | Merge pull request #14076 from owncloud/autotest-external-ftpThomas Müller2015-02-163-4/+105
|\ \ \ \ \ | |/ / / / |/| | | | [files_external] ftp tests
| * | | | [files_external] ftp testsMorris Jobke2015-02-103-4/+105
| | | | |
* | | | | Merge pull request #13922 from owncloud/smb-autotest-externalThomas Müller2015-02-165-13/+112
|\ \ \ \ \ | | | | | | | | | | | | [files_external] add SMB autotest
| * | | | | [files_external] add SMB autotestMorris Jobke2015-02-105-13/+112
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1516-10/+28
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-144-8/+8
| | | | | |
* | | | | | Ensure that passed argument is always a stringLukas Reschke2015-02-131-1/+1
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well.
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-138-2/+14
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1260-34/+140
| | | | |
* | | | | Remove unused fileLukas Reschke2015-02-111-54/+0
| | | | | | | | | | | | | | | | | | | | This file is unused and has been last modified two years ago. Furthermore it won't evne work anymore properly because it uses things like `CONFIG_DATEFORMAT` which are gone a long time ago...
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1149-9/+49
| | | | |
* | | | | add rreadme for files external testsMorris Jobke2015-02-101-0/+58
| |/ / / |/| | |
* | | | Merge pull request #13190 from is-apps/master-sftp-keyVincent Petry2015-02-1010-7/+472
|\ \ \ \ | |/ / / |/| | | Add SFTP public key authentication support
| * | | Add support for SFTP key authenticationRoss Nicoll2015-01-1410-7/+472
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for external files accessed via SFTP using public key exchange authentication. Keys are generated automatically when the configuration is added, or can be regenerated on demand if a key is compromised. Creation of a new configuration row now triggers focus on that row. This is used to trigger auto-configuration for SFTP keys. Generated public keys are saved in user's data directory for easy retrieval by an external application. Add controller for SFTP key generation AJAX SFTP class initialisation no longer produces a warning if the password field is missing. Add unit tests for SFTP with key authentication backend
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1010-18/+20
| | | |
* | | | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-106-24/+24
|\ \ \ \ | | | | | | | | | | Cleanup of PHPDoc return types
| * | | | Cleanup of PHPDoc return typesRobin McCorkell2015-01-166-24/+24
| | | | |
* | | | | Merge pull request #13663 from ↵Morris Jobke2015-02-102-5/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue/13624-notification-when-favorting-fails Only update favorite icon if the operation was successful
| * | | | | toggle back when the action was not performedJoas Schilling2015-02-021-2/+7
| | | | | |
| * | | | | fix response for tags and show error messageMorris Jobke2015-02-022-6/+11
| | | | | |
| * | | | | Only update favorite icon if the operation was successfulJoas Schilling2015-02-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Also shows a notification in case an error occured on updating the tags
* | | | | | Merge pull request #13925 from owncloud/fix-13898blizzz2015-02-092-5/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | no fruitless count attempts, and notification should disappear
| * | | | | no fruitless count attempts, and notification should disappearArthur Schiwon2015-02-052-5/+11
| | | | | |
* | | | | | Merge pull request #13364 from is-apps/files_external_cleanupVincent Petry2015-02-093-57/+82
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clean up files_external
| * | | | | | Updated Dropbox and Google UI Javascript to create input elements instead of ↵Ross Nicoll2015-01-142-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | anchor.
| * | | | | | Change from array() to [] style in files_external application info.Ross Nicoll2015-01-141-54/+75
| | | | | | |