summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix return documentationJörn Friedrich Dreyer2014-08-071-7/+5
* prevent PHP errors and enhance loggingThomas Müller2014-08-071-1/+5
* Merge pull request #10204 from owncloud/backport-10144-stable7Thomas Müller2014-08-064-4/+4
|\
| * Fix isLoggedIn() check for user '0'Joas Schilling2014-08-062-2/+2
| * Fix getting group '0' from database backendJoas Schilling2014-08-062-2/+2
* | remove trailing slash from pathBjoern Schiessle2014-08-061-1/+2
|/
* Add ability to theme iOS and Android client URLs just like desktop URLs.scolebrook2014-08-062-13/+57
* don't display share permission if resharing was disabled by the adminBjoern Schiessle2014-08-052-1/+10
* Dont touch non-oc tables when doing the InnoDB repair stepRobin Appelman2014-08-041-1/+1
* extract transparency fix from #8050Georg Ehrke2014-07-301-0/+8
* Also keep maxY into account when scaling a preview while preserving aspect ratioRobin Appelman2014-07-301-2/+8
* make sure that we set the expire date if a date is adefault date is setBjoern Schiessle2014-07-301-1/+2
* migration test for sqlite - adding type mapping for 'tinyint unsigned'Thomas Müller2014-07-301-0/+13
* Fix template rendering for 'blank' templatesMorris Jobke2014-07-301-1/+3
* remove share permission if user is excluded from sharingBjoern Schiessle2014-07-291-1/+1
* add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-284-9/+83
* Merge pull request #9948 from owncloud/backport-9904-stable7Thomas Müller2014-07-281-1/+5
|\
| * Dont throw an error when calling $server->getUserFolder when logged outRobin Appelman2014-07-281-1/+5
* | generate copy of sqlite database file in data directoryThomas Müller2014-07-282-2/+27
* | ownCloud users are exported as address bookThomas Müller2014-07-282-0/+113
* | update getID3 library & add autoloadMorris Jobke2014-07-281-2/+0
* | Dont try to execute jobs that no longer existRobin Appelman2014-07-281-1/+4
* | Set version AFTER a successful updateVincent Petry2014-07-281-2/+3
* | Verify whether the URL is validLukas Reschke2014-07-281-0/+5
|/
* - adding default value for $recoveryPasswordThomas Müller2014-07-242-4/+4
* register type mappings for unknown/unsupported mysql typesThomas Müller2014-07-241-0/+4
* only commit in case a transaction is activeThomas Müller2014-07-231-1/+3
* Merge pull request #9777 from owncloud/fix-chunked-upload-stable7Thomas Müller2014-07-221-0/+31
|\
| * adding special handling of checkPrecondition() for chunked uploadThomas Müller2014-07-221-0/+31
* | Remove uneeded `strip_tags`Lukas Reschke2014-07-221-2/+2
* | Extract Auth Header logic into new function handleAuthHeaders().Andreas Fischer2014-07-221-20/+22
* | Deduplicate user/password extraction from alternative HTTP headers.Andreas Fischer2014-07-221-16/+14
|/
* perm -> permissionsThomas Müller2014-07-211-1/+1
* Document why we have to check with defined() first.Andreas Fischer2014-07-201-0/+2
* Make MySQL return "number of found rows" instead of number of "affected rows".Andreas Fischer2014-07-201-1/+7
* check if $tables is an arrayThomas Müller2014-07-191-3/+5
* Merge pull request #9706 from owncloud/keep_session_in_sync_stable7Lukas Reschke2014-07-191-8/+25
|\
| * keep session in syncJörn Friedrich Dreyer2014-07-171-8/+25
* | update the appstore api urlFrank Karlitschek2014-07-171-1/+1
|/
* Revert "files: storage: rename should check parent directories of old and new...Thomas Müller2014-07-172-22/+4
* Revert "Fix renaming files in the root folder of a MappedLocal storage"Thomas Müller2014-07-171-17/+2
* Fix renaming files in the root folder of a MappedLocal storageRobin Appelman2014-07-171-2/+17
* files: storage: rename should check parent directories of old and new filesTigran Mkrtchyan2014-07-162-4/+22
* Merge pull request #9584 from anexia-it/bug-9583Vincent Petry2014-07-161-1/+15
|\
| * Updated code to reflect changes introduced to \OC\Group\MetaData.Stephan Peijnik2014-07-151-2/+4
| * Use is_null() instead of empty() when checking the return value of GroupManag...Stephan Peijnik2014-07-151-3/+3
| * Fix indentation.Stephan Peijnik2014-07-151-11/+11
| * Fixes #9583Stephan Peijnik2014-07-151-1/+13
* | make sure that 'OC_Theme' exists before checking if the method existsBjoern Schiessle2014-07-161-1/+1
* | fix logger implementation and testJörn Friedrich Dreyer2014-07-151-1/+1