summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Changes for scrutinizer. Yay!luckydonald2014-08-131-15/+29
| | * | | | | | | | | | | fixed browser showing the tipsy tooltip as default tooltip twice.luckydonald2014-08-131-1/+1
| | * | | | | | | | | | | Fixed "Any minute now" staying because of undefined buffer. Also increased bu...luckydonald2014-08-131-3/+6
| | * | | | | | | | | | | Updated String formatting. Label font-weight was already normal.luckydonald2014-08-132-11/+11
| | * | | | | | | | | | | Fixed Positioning, fixed formatting for both mobile and desktop.luckydonald2014-08-132-9/+40
| | * | | | | | | | | | | Added remaining time displaying, moved Information to tooltip, removed now un...luckydonald2014-08-123-18/+27
| | * | | | | | | | | | | ...in case the text gets to big, don't wrap to new line. Instead just cut it.luckydonald2014-08-111-0/+4
| | * | | | | | | | | | | Updated and optimized Mobile Layout as well.luckydonald2014-08-114-4/+19
| | * | | | | | | | | | | Fixed translations, indentation and renamed the .percents class to .speed class.luckydonald2014-08-103-10/+10
| | * | | | | | | | | | | Upload progress bar now displays informations about uploades size (12kB of 3M...luckydonald2014-08-103-5/+45
* | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-13148-150/+234
|/ / / / / / / / / / / /
* | | / / / / / / / / / Show login error message correctly (#24599)Christoph Wurst2016-05-121-1/+0
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #24563 from owncloud/redis-factoryMorris Jobke2016-05-123-29/+101
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | factor out redis configuration into it's own factoryRobin Appelman2016-05-033-29/+101
* | | | | | | | | | | | Log user out correctly if max session lifetime is reached (#24552)Christoph Wurst2016-05-121-1/+1
* | | | | | | | | | | | Move Files app to PSR-4 (#24569)Joas Schilling2016-05-1223-11/+10
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Background jobs from info.xml (#24582)Joas Schilling2016-05-1219-209/+28
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Move the testing app to PSR-4 (#24580)Joas Schilling2016-05-121-0/+0
* | | | | | | | | | Move files_versions to PSR-4 (#24571)Joas Schilling2016-05-1213-2/+5
* | | | | | | | | | Move files_trashbin to PSR-4 (#24570)Joas Schilling2016-05-1218-14/+16
* | | | | | | | | | Move \OCP\Comments to PSR-4 (#24565)Roeland Douma2016-05-127-0/+0
* | | | | | | | | | lib/private/ocs to PSR-4 (#24558)Roeland Douma2016-05-1212-24/+168
* | | | | | | | | | Do not automatically try to enable index.php-less URLs (#24539)Lukas Reschke2016-05-125-37/+100
* | | | | | | | | | Move dav app to PSR-4 (#24527)Joas Schilling2016-05-1294-7/+8
* | | | | | | | | | Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-1239-98/+115
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-12140-458/+502
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Make permalinks work for trashed files (#24537)Vincent Petry2016-05-113-30/+139
* | | | | | | | | Pass on the error message from the user manager to the UI (#24526)Joas Schilling2016-05-112-2/+6
* | | | | | | | | Use proper URL generation function (#24576)Lukas Reschke2016-05-112-3/+3
* | | | | | | | | Move Provisioning api to PSR-4 (#24510)Joas Schilling2016-05-118-176/+194
* | | | | | | | | allow configuration of memcached options (#23729)Jörn Friedrich Dreyer2016-05-112-0/+54
* | | | | | | | | Merge pull request #24568 from owncloud/fix_24566Thomas Müller2016-05-111-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix test race conditionRoeland Jago Douma2016-05-111-1/+2
* | | | | | | | | | Merge pull request #24531 from owncloud/psr4-loading-for-install-and-commandsThomas Müller2016-05-114-4/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Correctly register autoloading before install.php and loading commandsJoas Schilling2016-05-114-4/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #24189 from owncloud/pluggable-authThomas Müller2016-05-1133-426/+2058
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | use the UID for creating the session token, not the login nameChristoph Wurst2016-05-115-19/+31
| * | | | | | | | | create session token for DAV clients (sync clients)Christoph Wurst2016-05-111-0/+1
| * | | | | | | | | fix login with emailChristoph Wurst2016-05-111-1/+2
| * | | | | | | | | delete the token in case an exception is thrown when decrypting the passwordChristoph Wurst2016-05-113-6/+50
| * | | | | | | | | use the query builder instead of raw sql statementsChristoph Wurst2016-05-112-29/+51
| * | | | | | | | | fix PHPDoc and other minor issuesChristoph Wurst2016-05-1114-68/+77
| * | | | | | | | | show login errorChristoph Wurst2016-05-111-5/+12
| * | | | | | | | | catch possible SessionNotAvailableExceptionsChristoph Wurst2016-05-111-6/+23
| * | | | | | | | | add auth integration testsChristoph Wurst2016-05-113-0/+198
| * | | | | | | | | PHPDoc and other minor fixesChristoph Wurst2016-05-116-36/+74
| * | | | | | | | | fix mock builder for old phpunit versionsChristoph Wurst2016-05-113-6/+18
| * | | | | | | | | add unit tests for all new classesChristoph Wurst2016-05-115-3/+441
| * | | | | | | | | pass in $request on OCS apiChristoph Wurst2016-05-112-1/+4
| * | | | | | | | | try apache auth tooChristoph Wurst2016-05-112-8/+24