- Jul 08, 2014
-
-
Arthur Schiwon authored
don't trigger update from checkPassword, it is already called by userExists, this is enough. do not write to database when the value is the same add test cases. also split test classes in a file each, looks like only the first class is being executed also appconfig shall not write to database if the value is unchanged
-
- Jun 03, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Jun 01, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- May 19, 2014
-
-
Morris Jobke authored
* test case added to avoid adding them later
-
- May 13, 2014
-
-
Robin McCorkell authored
-
- Apr 21, 2014
-
-
Lukas Reschke authored
-
- Apr 07, 2014
-
-
Thomas Müller authored
using array_key_exists() instead of isset() - required because in case the value is null isset is returning false
-
- Feb 28, 2014
-
-
Bart Visscher authored
-
- Feb 19, 2014
-
-
Scrutinizer Auto-Fixer authored
This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
-
- Feb 11, 2014
-
-
Robin Appelman authored
-
- Feb 08, 2014
-
-
Joas Schilling authored
Issue #7111
-
- Feb 07, 2014
-
-
Robin Appelman authored
-
- Feb 06, 2014
-
-
Jörn Friedrich Dreyer authored
-
- Dec 20, 2013
-
-
Vincent Petry authored
On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442
-
- Dec 18, 2013
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Oct 18, 2013
-
-
Morris Jobke authored
-
- Sep 30, 2013
-
-
Thomas Müller authored
Conflicts: lib/private/vcategories.php
-
- Sep 19, 2013
-
-
Bart Visscher authored
-
Bart Visscher authored
Implemented unittest for OC\AppConfig
-
- Feb 14, 2013
-
-
Bart Visscher authored
-
- Nov 02, 2012
-
-
Felix Moeller authored
-
- Oct 22, 2012
-
-
Felix Moeller authored
This is NoSpaceAfterComma
-
- Oct 16, 2012
-
-
Sam Tuke authored
-
- Sep 23, 2012
-
-
Robin Appelman authored
-
- Sep 07, 2012
-
-
Thomas Müller authored
-
- Aug 29, 2012
-
-
Bart Visscher authored
-
- Aug 01, 2012
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
- Jul 31, 2012
-
-
Jörn Friedrich Dreyer authored
-
- May 26, 2012
-
-
Frank Karlitschek authored
-
- Apr 14, 2012
-
-
Robin Appelman authored
-
- Oct 19, 2011
-
-
Robin Appelman authored
-
- Oct 02, 2011
-
-
Robin Appelman authored
-
- Sep 17, 2011
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Aug 28, 2011
-
-
Robin Appelman authored
Fixed a bug in appconfig, where an initially empty set value led to endless duplicates of this app/key pair. Path by Elias Probst <mail@eliasprobst.eu>
-
- Jul 29, 2011
-
-
Jakob Sack authored
-