summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use Open Sans as typefaceJan-Christoph Borchardt2014-06-031-0/+1
* Merge pull request #8838 from owncloud/backgroundjob-legacy-gcThomas Müller2014-06-031-0/+3
|\
| * Support having legacy `OC_Cache_FileGlobalGC` background jobsRobin Appelman2014-06-031-0/+3
* | Merge pull request #7151 from owncloud/user-jqueryThomas Müller2014-06-032-1/+189
|\ \
| * | this line was lost on rebaseArthur Schiwon2014-06-021-0/+1
| * | undo lastLogin changes in base and user/user as this has now been properly do...Arthur Schiwon2014-06-022-28/+0
| * | make search parameter optional, which is already the case in the medthod it i...Arthur Schiwon2014-06-021-1/+1
| * | fix PHPDocArthur Schiwon2014-06-021-1/+1
| * | typoArthur Schiwon2014-06-021-2/+2
| * | small fixes / cleanupArthur Schiwon2014-06-022-3/+2
| * | add MetaData class for groupsArthur Schiwon2014-06-021-0/+189
| * | add PHP docArthur Schiwon2014-06-021-0/+3
| * | add Last Login columnArthur Schiwon2014-06-022-0/+24
* | | Merge pull request #8425 from owncloud/columns_should_be_nullable_by_defaultThomas Müller2014-06-031-1/+1
|\ \ \ | |_|/ |/| |
| * | columns should be nullable by defaultJörn Friedrich Dreyer2014-05-011-1/+1
* | | add OCP\Config:deleteSystemValueMorris Jobke2014-06-021-0/+10
* | | drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-021-48/+0
| |/ |/|
* | Merge pull request #8443 from owncloud/csrf-on-login-and-logoutVincent Petry2014-06-022-1/+11
|\ \
| * \ Merge branch 'master' into csrf-on-login-and-logoutThomas Müller2014-05-19195-1932/+3451
| |\ \
| * | | Redirect to index if the logout link is accessed without valid sessionLukas Reschke2014-05-111-0/+8
| * | | Add CSRF check on login and logoutLukas Reschke2014-05-042-1/+3
* | | | Fix PHPDocLukas Reschke2014-06-011-9/+1
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-312-1/+40
* | | | Merge pull request #8800 from owncloud/db-changes-as-required-by-8483Thomas Müller2014-05-313-49/+60
|\ \ \ \
| * | | | - fix dropTable() and introduce tableExists()Thomas Müller2014-05-303-49/+60
* | | | | Merge pull request #8444 from owncloud/cleanup-list-codeThomas Müller2014-05-301-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into cleanup-list-codeThomas Müller2014-05-19195-1932/+3451
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Cleanup code a little bitLukas Reschke2014-05-041-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #7614 from owncloud/test_annotations_workingThomas Müller2014-05-301-0/+18
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | adding annotation check to checkServer()Thomas Müller2014-05-191-0/+6
| * | | | Merge branch 'master' into test_annotations_workingThomas Müller2014-05-19186-1637/+3053
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Check if ReflectionMethod::getDocComment is workingThomas Tanghus2014-05-091-0/+12
* | | | | Merge pull request #8607 from owncloud/filescan_app_hookOwen Winkler2014-05-301-8/+42
|\ \ \ \ \
| * | | | | Missed one.ringmaster2014-05-301-1/+1
| * | | | | Updates per comments on PR:ringmaster2014-05-301-6/+20
| * | | | | Prevent apps from affecting the scanner via hook.ringmaster2014-05-281-16/+18
| * | | | | Use 'filesystem_check_enable' as a config option.ringmaster2014-05-271-4/+4
| * | | | | Allow the default behavior to come from the config.ringmaster2014-05-271-6/+12
| * | | | | Rename variable to something more appropriate.ringmaster2014-05-271-3/+3
| * | | | | Allow apps to control via a hook to skip adding/removing a file during filescanringmaster2014-05-271-3/+15
* | | | | | Merge pull request #5365 from owncloud/filesize-improvements-32bitThomas Müller2014-05-307-93/+223
|\ \ \ \ \ \
| * | | | | | Document exceptions thrown by \OC\LargeFileHelper.Andreas Fischer2014-05-291-2/+7
| * | | | | | Use "file size" instead of "filesize", then also apply camel case.Andreas Fischer2014-05-291-24/+24
| * | | | | | Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.Andreas Fischer2014-05-293-9/+24
| * | | | | | Cast '{DAV:}getcontentlength' to number instead of int.Andreas Fischer2014-05-292-2/+2
| * | | | | | Cast to number instead of integer in OC\Files\Cache\HomeCacheAndreas Fischer2014-05-291-2/+4
| * | | | | | Cast to number instead of integer in OC\Files\Cache\CacheAndreas Fischer2014-05-291-5/+5
| * | | | | | Add LargeFileHelper::__construct() verifying that our assumptions hold.Andreas Fischer2014-05-291-0/+25
| * | | | | | Add helper method for turning int|float into base-10 unsigned integer string.Andreas Fischer2014-05-291-0/+24
| * | | | | | Only call $this->filesize() for files.Andreas Fischer2014-05-292-2/+2