- 04 Dec, 2014 1 commit
-
-
Lukas Reschke authored
🍻
-
- 25 Nov, 2014 1 commit
-
-
Joas Schilling authored
-
- 20 Nov, 2014 1 commit
-
-
Lukas Reschke authored
This is not installed by default in all cases and will break the DAV features of ownCloud. Lot's of reports such as https://github.com/owncloud/ios-issues/issues/167#issuecomment-63798507
-
- 03 Nov, 2014 1 commit
-
-
Morris Jobke authored
* add addVendorScript & addVendorStyle * refactoring of addScript and addStyle * add shortcuts vendorScript and vendorStyle
-
- 29 Oct, 2014 2 commits
-
-
Thomas Müller authored
remove translation.php
-
Vincent Petry authored
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
-
- 28 Oct, 2014 1 commit
-
-
Lukas Reschke authored
Also support closing tags with no text content given Conflicts: lib/private/template.php
-
- 27 Oct, 2014 1 commit
-
-
Lukas Reschke authored
This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake. To test this play around with the new configuration parameter "supportedDatabases".
-
- 24 Oct, 2014 2 commits
-
-
Lukas Reschke authored
It's only reasonable to have proper type hinting here which might even help us to catch bugs.
-
Lukas Reschke authored
There is not much sense in having these files marked executable, we should avoid that.
-
- 20 Oct, 2014 2 commits
-
-
Robin Appelman authored
-
Jörn Friedrich Dreyer authored
suspend encryption proxy when copying skeleton
-
- 15 Oct, 2014 1 commit
-
-
Jörn Friedrich Dreyer authored
-
- 29 Sep, 2014 2 commits
-
-
Lukas Reschke authored
-
Lukas Reschke authored
We do not want to redirect to other domains using the "?redirect_url=" feature. Please notice, that the ownCloud project does not consider open redirectors as security issue.
-
- 23 Sep, 2014 1 commit
-
-
Vincent Petry authored
- Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server
-
- 22 Sep, 2014 3 commits
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/11239
-
Lukas Reschke authored
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
-
Thomas Müller authored
-
- 18 Sep, 2014 2 commits
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- 16 Sep, 2014 1 commit
-
-
Lukas Reschke authored
Some code that I also used for https://github.com/owncloud/administration/pull/11
-
- 11 Sep, 2014 1 commit
-
-
Thomas Müller authored
-
- 08 Sep, 2014 1 commit
-
-
Jörn Friedrich Dreyer authored
-
- 03 Sep, 2014 3 commits
-
-
cbhp authored
Some providers block connections with missing user-agents. Also user-agents are useful for analyzing requests. I've added a USER_AGENT constant that is used in cURL and in file_get_contents.
-
Lukas Reschke authored
OC_Util::generateRandomBytes() only returns lowercase alphanumeric values. We should use the new RNG which has a broader characterset.
-
Lukas Reschke authored
-
- 02 Sep, 2014 1 commit
-
-
Vincent Petry authored
Fix issue where the currently logged user was causing side-effects when upgrading. Now setting incognito mode (no user) on update to make sure the whole apps list is taken into account with getEnabledApps() or isEnabled().
-
- 31 Aug, 2014 2 commits
-
-
cbhp authored
header "User-Agent" was missed
-
Robin Appelman authored
-
- 29 Aug, 2014 2 commits
-
-
Robin Appelman authored
-
Jörn Friedrich Dreyer authored
maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used
-
- 26 Aug, 2014 1 commit
-
-
Lukas Reschke authored
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
-
- 22 Aug, 2014 1 commit
-
-
Clark Tomlinson authored
Format file Removing calls to deprecated classes and using internal method to get via http Missed a character Fix inverted logic
-
- 19 Aug, 2014 3 commits
-
-
Morris Jobke authored
-
Morris Jobke authored
-
Stephan Peijnik authored
As constants not defined within a class cannot be automatically found by the autoloader moving those constants into a class makes them accessible to code which uses them. Signed-off-by:
Stephan Peijnik <speijnik@anexia-it.com>
-
- 18 Aug, 2014 1 commit
-
-
helix84 authored
-
- 15 Aug, 2014 1 commit
-
-
Stefan Rado authored
-
- 04 Aug, 2014 1 commit
-
-
Robin Appelman authored
-