Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14366 from owncloud/remove-old-l10n-files | Lukas Reschke | 2015-02-19 | 16 | -91/+0 |
|\ | | | | | Remove some old l10n files they arent loaded anymore | ||||
| * | Remove some old l10n files they arent loaded anymore | Joas Schilling | 2015-02-19 | 16 | -91/+0 |
| | | |||||
* | | Merge pull request #14199 from owncloud/cast-type-manually | Morris Jobke | 2015-02-19 | 31 | -67/+67 |
|\ \ | | | | | | | Manually type-cast all AJAX files | ||||
| * | | Use `int` instead of `string` | Lukas Reschke | 2015-02-16 | 1 | -1/+1 |
| | | | |||||
| * | | Do not change behaviour of 'false' | Joas Schilling | 2015-02-13 | 1 | -2/+2 |
| | | | |||||
| * | | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 31 | -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-code | Thomas Müller | 2015-02-19 | 1 | -1/+5 |
|\ \ \ | |_|/ |/| | | Streamline auth and CSRF check in scan.php | ||||
| * | | Streamline auth and CSRF check in scan.php | Lukas Reschke | 2015-01-20 | 1 | -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 transifex | Jenkins for ownCloud | 2015-02-19 | 8 | -34/+34 |
| | | | |||||
* | | | Merge pull request #14211 from owncloud/activity/225-files-extension-jenkins | Vincent Petry | 2015-02-18 | 2 | -0/+285 |
|\ \ \ | | | | | | | | | Activity/225 Move displaying of files related activities to files app | ||||
| * | | | Move displaying of files related activities to files app | Joas Schilling | 2015-02-13 | 2 | -0/+285 |
| | |/ | |/| | |||||
* | | | Merge pull request #14210 from owncloud/activity/225-sharing-extension-jenkins | Vincent Petry | 2015-02-18 | 3 | -75/+156 |
|\ \ \ | | | | | | | | | Activity/225 sharing extension | ||||
| * | | | Use filterNotificationTypes to filter the types and group the methods | Joas Schilling | 2015-02-13 | 1 | -43/+37 |
| | | | | |||||
| * | | | Copy sharing related activity code to Files_Sharing activity extension | Joas Schilling | 2015-02-13 | 3 | -49/+136 |
| | | | | |||||
* | | | | Update phpseclib to version 0.3.9. | Andreas Fischer | 2015-02-18 | 1 | -10/+2 |
| | | | | |||||
* | | | | Correctly create activities for public downloads | Joas Schilling | 2015-02-17 | 1 | -13/+35 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-17 | 4 | -0/+28 |
| | | | | |||||
* | | | | Merge pull request #10673 from owncloud/smb-new | Morris Jobke | 2015-02-16 | 77 | -670/+5411 |
|\ \ \ \ | | | | | | | | | | | New SMB storage backend | ||||
| * | | | | also make sure we have a leading slash for the test root | Robin Appelman | 2015-02-16 | 2 | -4/+3 |
| | | | | | |||||
| * | | | | make sure the root has a trailing slash | Robin Appelman | 2015-02-16 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | remove outdated test | Robin Appelman | 2015-02-16 | 1 | -39/+0 |
| | | | | | |||||
| * | | | | handle deleting non existing files | Robin Appelman | 2015-02-16 | 1 | -7/+11 |
| | | | | | |||||
| * | | | | Use better way to check for the existence of smbclient | Robin Appelman | 2015-02-16 | 1 | -7/+2 |
| | | | | | |||||
| * | | | | New SMB storage backend | Robin Appelman | 2015-02-16 | 75 | -628/+5407 |
| | | | | | |||||
* | | | | | Merge pull request #14076 from owncloud/autotest-external-ftp | Thomas Müller | 2015-02-16 | 3 | -4/+105 |
|\ \ \ \ \ | |/ / / / |/| | | | | [files_external] ftp tests | ||||
| * | | | | [files_external] ftp tests | Morris Jobke | 2015-02-10 | 3 | -4/+105 |
| | | | | | |||||
* | | | | | Merge pull request #13922 from owncloud/smb-autotest-external | Thomas Müller | 2015-02-16 | 5 | -13/+112 |
|\ \ \ \ \ | | | | | | | | | | | | | [files_external] add SMB autotest | ||||
| * | | | | | [files_external] add SMB autotest | Morris Jobke | 2015-02-10 | 5 | -13/+112 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-15 | 16 | -10/+28 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-14 | 4 | -8/+8 |
| | | | | | | |||||
* | | | | | | Ensure that passed argument is always a string | Lukas Reschke | 2015-02-13 | 1 | -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 transifex | Jenkins for ownCloud | 2015-02-13 | 8 | -2/+14 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-12 | 60 | -34/+140 |
| | | | | | |||||
* | | | | | Remove unused file | Lukas Reschke | 2015-02-11 | 1 | -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 transifex | Jenkins for ownCloud | 2015-02-11 | 49 | -9/+49 |
| | | | | | |||||
* | | | | | add rreadme for files external tests | Morris Jobke | 2015-02-10 | 1 | -0/+58 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #13190 from is-apps/master-sftp-key | Vincent Petry | 2015-02-10 | 10 | -7/+472 |
|\ \ \ \ | |/ / / |/| | | | Add SFTP public key authentication support | ||||
| * | | | Add support for SFTP key authentication | Ross Nicoll | 2015-01-14 | 10 | -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 transifex | Jenkins for ownCloud | 2015-02-10 | 10 | -18/+20 |
| | | | | |||||
* | | | | Merge pull request #13425 from owncloud/phpdoc_cleanup | Morris Jobke | 2015-02-10 | 6 | -24/+24 |
|\ \ \ \ | | | | | | | | | | | Cleanup of PHPDoc return types | ||||
| * | | | | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 6 | -24/+24 |
| | | | | | |||||
* | | | | | Merge pull request #13663 from ↵ | Morris Jobke | 2015-02-10 | 2 | -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 performed | Joas Schilling | 2015-02-02 | 1 | -2/+7 |
| | | | | | | |||||
| * | | | | | fix response for tags and show error message | Morris Jobke | 2015-02-02 | 2 | -6/+11 |
| | | | | | | |||||
| * | | | | | Only update favorite icon if the operation was successful | Joas Schilling | 2015-02-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also shows a notification in case an error occured on updating the tags | ||||
* | | | | | | Merge pull request #13925 from owncloud/fix-13898 | blizzz | 2015-02-09 | 2 | -5/+11 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | no fruitless count attempts, and notification should disappear | ||||
| * | | | | | no fruitless count attempts, and notification should disappear | Arthur Schiwon | 2015-02-05 | 2 | -5/+11 |
| | | | | | | |||||
* | | | | | | Merge pull request #13364 from is-apps/files_external_cleanup | Vincent Petry | 2015-02-09 | 3 | -57/+82 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clean up files_external | ||||
| * | | | | | | Updated Dropbox and Google UI Javascript to create input elements instead of ↵ | Ross Nicoll | 2015-01-14 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | anchor. | ||||
| * | | | | | | Change from array() to [] style in files_external application info. | Ross Nicoll | 2015-01-14 | 1 | -54/+75 |
| | | | | | | |