Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PHPDoc fixes as suggested by @MorrisJobke. | Bernhard Reiter | 2014-10-14 | 1 | -2/+2 |
| | |||||
* | Add getTag() function for accessing of a single tag. | Bernhard Reiter | 2014-10-14 | 1 | -0/+9 |
| | |||||
* | Add option to include tags for shared items. | Bernhard Reiter | 2014-10-14 | 2 | -2/+13 |
| | |||||
* | Fix a comment. | Bernhard Reiter | 2014-10-14 | 1 | -2/+2 |
| | |||||
* | Expose getAppKeys trough \OCP\IConfig | Robin Appelman | 2014-10-08 | 1 | -0/+7 |
| | |||||
* | Merge pull request #10107 from owncloud/sharing_group_shares | Lukas Reschke | 2014-09-29 | 1 | -2/+2 |
|\ | | | | | [sharing] group shares | ||||
| * | some small fixes | Bjoern Schiessle | 2014-09-25 | 1 | -1/+1 |
| | | |||||
| * | mark exclude list as deprecated. It neither used by the files app nor by the | Bjoern Schiessle | 2014-09-24 | 1 | -1/+1 |
| | | | | | | | | | | calendar or contacts app. It doesn't make sense to build a exclude list by the share API, the apps knows best which are valid targets. | ||||
* | | Merge pull request #11285 from owncloud/dav-permissions-create | Thomas Müller | 2014-09-26 | 1 | -0/+7 |
|\ \ | | | | | | | Fix dav permissions for folders | ||||
| * | | Expose creatable permissions trough fileinfo | Robin Appelman | 2014-09-25 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #10934 from owncloud/datadir-write-setup | Vincent Petry | 2014-09-25 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Don't complain about non-writable datadirs before we're installed | ||||
| * | | Inject config into checkserver and cleanup tests | Robin Appelman | 2014-09-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #11019 from owncloud/do-not-show-exception-to-enduser | Lukas Reschke | 2014-09-23 | 1 | -28/+10 |
|\ \ \ | | | | | | | | | Do not show exception to the end-user - use a proper error page instead | ||||
| * | | | Do not show exception to the end-user | Lukas Reschke | 2014-09-17 | 1 | -28/+10 |
| | |/ | |/| | | | | | | | Log the error instead of potentially leaking sensitive information | ||||
* | | | Merge pull request #11222 from owncloud/store-users-timezone-master | Thomas Müller | 2014-09-23 | 1 | -2/+4 |
|\ \ \ | | | | | | | | | send browsers timezone back tp the server on login | ||||
| * | | | enhance formatDate function to accept an optional argument containing the ↵ | Thomas Müller | 2014-09-22 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | time zone | ||||
* | | | | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-22 | 1 | -0/+6 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests | ||||
* | / | Remove unused and overflowing function | Lukas Reschke | 2014-09-18 | 1 | -5/+0 |
| |/ |/| | | | | | Resolves https://github.com/owncloud/core/issues/10991 failure 4 | ||||
* | | Merge pull request #10932 from owncloud/issue/10926 | Morris Jobke | 2014-09-17 | 1 | -0/+8 |
|\ \ | |/ |/| | Add a method to get the absolute url for a route | ||||
| * | Add a method to get the absolute url for a route | Joas Schilling | 2014-09-08 | 1 | -0/+8 |
| | | | | | | | | Fix #10926 | ||||
* | | Merge pull request #7254 from owncloud/core-sortalgo | Lukas Reschke | 2014-09-16 | 1 | -0/+11 |
|\ \ | | | | | | | Fixed JS sort comparator to be consistent between JS and PHP | ||||
| * | | Fixed file list sorting | Vincent Petry | 2014-08-11 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now using a natural sort algorithm that is more consistent between JS and PHP (although not perfect in some corner cases) - added OC.Util.naturalSortComparator that uses the same algo that was used for the user list - changed user list and files list to use OC.Util.naturalSortComparator - removed toLowerCase() and changed the comparator to use String.localeCompare() - added unit tests - added OC_NaturalSort that is used by OCP\Util::naturalSortCompare() | ||||
* | | | Merge pull request #10739 from owncloud/eventsource-public | Lukas Reschke | 2014-09-08 | 2 | -0/+41 |
|\ \ \ | |_|/ |/| | | Add EventSource to the public API | ||||
| * | | Better phpdoc and method naming | Robin Appelman | 2014-09-04 | 2 | -2/+4 |
| | | | |||||
| * | | Add event source to the public api | Robin Appelman | 2014-09-03 | 2 | -0/+39 |
| | | | |||||
* | | | Merge pull request #10642 from owncloud/securityutils | Lukas Reschke | 2014-09-03 | 4 | -0/+133 |
|\ \ \ | |/ / |/| | | Add some security utilities | ||||
| * | | Fix quoting | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | | | |||||
| * | | Add test for the second argument | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | | | |||||
| * | | Fix CHAR_SYMBOLS | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'securityutils' of https://github.com/owncloud/core into ↵ | Lukas Reschke | 2014-09-03 | 6 | -9/+11 |
| |\ \ | | | | | | | | | | | | | securityutils | ||||
| | * \ | Merge branch 'master' into securityutils | Lukas Reschke | 2014-08-31 | 6 | -9/+11 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/util.php | ||||
| * | | | | Add char consts, hash the specified password for the HMAC | Lukas Reschke | 2014-09-03 | 1 | -0/+8 |
| |/ / / | |||||
| * | | | Add some security utilities | Lukas Reschke | 2014-08-27 | 4 | -0/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this | ||||
* | | | | Merge pull request #10780 from owncloud/config-public | Morris Jobke | 2014-08-31 | 1 | -0/+33 |
|\ \ \ \ | | | | | | | | | | | Extend public config interface | ||||
| * | | | | Extend public config interface | Robin Appelman | 2014-08-31 | 1 | -0/+33 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #10420 from owncloud/external-share-self-signed | Lukas Reschke | 2014-08-31 | 3 | -0/+103 |
|\ \ \ \ | |/ / / |/| | | | Make external shares work with imported self signed certificates | ||||
| * | | | Add certificate class | Robin Appelman | 2014-08-31 | 1 | -0/+56 |
| | | | | |||||
| * | | | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 1 | -2/+2 |
| | | | | |||||
| * | | | Move certificate management code to core | Robin Appelman | 2014-08-31 | 2 | -0/+47 |
| | | | | |||||
* | | | | Merge pull request #10770 from owncloud/getUserFolder | Morris Jobke | 2014-08-31 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | update public interface for getUserFolder | ||||
| * | | | | update public interface for getUserFolder | Morris Jobke | 2014-08-31 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | Also extend public server interface | Robin Appelman | 2014-08-31 | 1 | -1/+2 |
| | | | | |||||
* | | | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 2 | -3/+3 |
|/ / / | |||||
* | | | Merge pull request #10653 from owncloud/x-forwarded-for | Clark Tomlinson | 2014-08-27 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Add support for getting the real client IP behind proxies | ||||
| * | | | Add support for getting the real client IP behind proxies | Lukas Reschke | 2014-08-27 | 2 | -2/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10624 Fix copy paste fail Add unittest for comma separated headers Revert 3rdparty | ||||
* | | | Merge pull request #9915 from suraia/unsharefromself-source | Björn Schießle | 2014-08-27 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Allow specifying the item source in unshareFromSelf(). | ||||
| * | | Allow specifying the item source in unshareFromSelf(). | Michael Kuhn | 2014-07-26 | 1 | -2/+2 |
| | | | |||||
* | | | Expose setSystemValue | Lukas Reschke | 2014-08-22 | 1 | -2/+1 |
| | | | |||||
* | | | Add doc for \OCP\Files\FileInfo space constants | Morris Jobke | 2014-08-19 | 1 | -0/+9 |
| | | | |||||
* | | | move to public namespace | Morris Jobke | 2014-08-19 | 1 | -0/+4 |
| | | |