Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate older API wrappers and calls | Lukas Reschke | 2014-11-12 | 2 | -0/+4 |
| | | | | Those old classes have now non-static pendants and can be deprecated IMHO. | ||||
* | Merge pull request #11998 from owncloud/add-get-logger-to-interface | Lukas Reschke | 2014-11-06 | 1 | -0/+7 |
|\ | | | | | Add getLogger() to IServerContainer | ||||
| * | Add getLogger() to IServerContainer | Lukas Reschke | 2014-11-06 | 1 | -0/+7 |
| | | | | | | | | Makes my IDE complaining less ;-) | ||||
* | | Add OCP\Security\IHasher | Lukas Reschke | 2014-11-06 | 2 | -0/+61 |
|/ | | | | | | | Public interface for hashing which also works with legacy ownCloud hashes and supports updating the legacy hash via a passed reference. Follow-up of https://github.com/owncloud/core/pull/10219#issuecomment-61624662 Requires https://github.com/owncloud/3rdparty/pull/136 | ||||
* | Merge pull request #11965 from owncloud/fix-jsonresponse | Thomas Müller | 2014-11-05 | 1 | -1/+1 |
|\ | | | | | fix typo in content type for JSONResponse | ||||
| * | fix typo in content type | Bernhard Posselt | 2014-11-05 | 1 | -1/+1 |
| | | |||||
* | | Support HTML in logo claim | Lukas Reschke | 2014-11-03 | 1 | -0/+8 |
|/ | |||||
* | Merge pull request #11080 from owncloud/addheader-text-2 | Vincent Petry | 2014-10-30 | 1 | -2/+4 |
|\ | | | | | Fix the addHeader tag attributes text methods to not ignore the text parameter | ||||
| * | Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the ↵ | Lukas Reschke | 2014-10-28 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | $text parameter Also support closing tags with no text content given Conflicts: lib/private/template.php | ||||
* | | Merge pull request #11821 from owncloud/generic-response | Morris Jobke | 2014-10-30 | 3 | -3/+104 |
|\ \ | | | | | | | Add a generic data response | ||||
| * | | add dataresponse | Bernhard Posselt | 2014-10-29 | 3 | -3/+104 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | fix docstrings adjust copyright date another copyright date update another header update implement third headers argument, fix indention, fix docstrings fix docstrings | ||||
* / | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -0/+9 |
|/ | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps | ||||
* | Merge pull request #11787 from owncloud/fix-php-docs | Morris Jobke | 2014-10-27 | 1 | -1/+1 |
|\ | | | | | Fix PHPDoc | ||||
| * | Fix PHPDoc | Lukas Reschke | 2014-10-27 | 1 | -1/+1 |
| | | | | | | | | Stop my IDE and Scrutinizer from complaining. | ||||
* | | Merge pull request #11767 from danbartram/add_db_rollback | Morris Jobke | 2014-10-24 | 1 | -0/+7 |
|\ \ | | | | | | | Add missing DB rollback functionality | ||||
| * | | Add missing DB rollback functionality | Dan Bartram | 2014-10-24 | 1 | -0/+7 |
| |/ | |||||
* / | Add \OC\TempManager to handle creating and cleaning temporary files | Robin Appelman | 2014-10-24 | 2 | -0/+45 |
|/ | |||||
* | Bit more cleanup | Robin Appelman | 2014-10-22 | 1 | -0/+8 |
| | |||||
* | Extend \OCP\IDBConnection to cover more use cases | Robin Appelman | 2014-10-22 | 1 | -3/+61 |
| | |||||
* | Allow adding events that hapend before the event logger was loaded | Robin Appelman | 2014-10-20 | 1 | -0/+8 |
| | |||||
* | Rename namespace to Diagnostics | Robin Appelman | 2014-10-20 | 5 | -8/+8 |
| | |||||
* | Add QueryLogger interface to allow apps to get a list of used queries | Robin Appelman | 2014-10-20 | 3 | -0/+62 |
| | |||||
* | Add an EventLogger interface to allow apps to get a log of the request timeline | Robin Appelman | 2014-10-20 | 3 | -0/+74 |
| | |||||
* | 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 |
| | | |