aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14349 from owncloud/contributetrackerupdateThomas Müller2015-02-181-6/+10
|\
| * add documentation issue trackers and use https everywhereVolkan Gezer2015-02-181-6/+10
* | Merge pull request #12213 from sebomoto/add-loadfeedbackJan-Christoph Borchardt2015-02-183-1/+9
|\ \ | |/ |/|
| * changed image to classed div for spinner animationSebastian Bolt2015-02-043-1/+9
* | Merge pull request #13989 from owncloud/enhancment/security/11857Clark Tomlinson2015-02-188-22/+529
|\ \
| * | Rename to allowEvalLukas Reschke2015-02-162-3/+3
| * | Allow AppFramework applications to specify a custom CSP headerLukas Reschke2015-02-168-22/+529
* | | Merge pull request #14335 from owncloud/enable-strict-mode-per-deafultClark Tomlinson2015-02-181-2/+2
|\ \ \
| * | | Fix invalid `ini_set` directivesLukas Reschke2015-02-181-2/+2
* | | | Merge pull request #14330 from owncloud/revert-13879-add_debug_log_for_memcac...Lukas Reschke2015-02-183-21/+7
|\ \ \ \
| * | | | Revert "add debug log for memcache instantiation"Lukas Reschke2015-02-183-21/+7
* | | | | Merge pull request #14324 from owncloud/fix/14320Clark Tomlinson2015-02-182-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Use the untrusted domain in the installerLukas Reschke2015-02-181-2/+2
| * | | | Check if instance is not yet installedLukas Reschke2015-02-181-0/+1
| |/ / /
* | | | Merge pull request #14211 from owncloud/activity/225-files-extension-jenkinsVincent Petry2015-02-182-0/+285
|\ \ \ \
| * | | | Move displaying of files related activities to files appJoas Schilling2015-02-132-0/+285
* | | | | Merge pull request #14210 from owncloud/activity/225-sharing-extension-jenkinsVincent Petry2015-02-183-75/+156
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Use filterNotificationTypes to filter the types and group the methodsJoas Schilling2015-02-131-43/+37
| * | | | Copy sharing related activity code to Files_Sharing activity extensionJoas Schilling2015-02-133-49/+136
* | | | | Merge pull request #13857 from owncloud/phpseclib-0.3.9Thomas Müller2015-02-181-10/+2
|\ \ \ \ \
| * | | | | Update phpseclib to version 0.3.9.Andreas Fischer2015-02-181-10/+2
* | | | | | Merge pull request #14308 from owncloud/fix-14247Thomas Müller2015-02-181-0/+1
|\ \ \ \ \ \
| * | | | | | Add mapping for a broken varchar type. Fixes #14247Victor Dubiniuk2015-02-171-0/+1
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-18134-222/+76
* | | | | | | Merge pull request #14273 from owncloud/require-at-least-apcu-4-0-6Lukas Reschke2015-02-183-0/+21
|\ \ \ \ \ \ \
| * | | | | | | Use APCu only if available in version 4.0.6 and higherLukas Reschke2015-02-173-0/+21
* | | | | | | | Merge pull request #14207 from owncloud/propfind-optimizeMorris Jobke2015-02-182-18/+57
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | add unit test for webdav quotaRobin Appelman2015-02-131-0/+30
| * | | | | | | pass fileinfo to getStorageInfoRobin Appelman2015-02-131-2/+1
| * | | | | | | Cache quota info for directoriesRobin Appelman2015-02-131-16/+26
* | | | | | | | Merge pull request #14293 from owncloud/issue/14270-fix-public-share-download...Daniel Hansson2015-02-171-13/+35
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Correctly create activities for public downloadsJoas Schilling2015-02-171-13/+35
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #14266 from owncloud/encodeUriComponentPerDefaultClark Tomlinson2015-02-172-6/+28
|\ \ \ \ \ \ \
| * | | | | | | Encode parameters in `OC.generateUrl` by itselfLukas Reschke2015-02-172-6/+28
| |/ / / / / /
* | | | | | | Merge pull request #14289 from owncloud/remove-null-byte-checkLukas Reschke2015-02-172-12/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove Null Byte CheckLukas Reschke2015-02-172-12/+0
|/ / / / / /
* | | | | | Merge pull request #14056 from owncloud/refactor/13976Lukas Reschke2015-02-1737-824/+1516
|\ \ \ \ \ \
| * | | | | | Incorporate review changesLukas Reschke2015-02-163-9/+20
| * | | | | | Add blackmagic due to cyclic dependency :see_no_evil:Lukas Reschke2015-02-162-4/+11
| * | | | | | Make scrutinizer happyLukas Reschke2015-02-163-3/+3
| * | | | | | Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-1637-822/+1496
* | | | | | | Merge pull request #13866 from rullzer/avatar_share_dialogVincent Petry2015-02-175-3/+117
|\ \ \ \ \ \ \
| * | | | | | | Extended avatar unit testsRoeland Jago Douma2015-02-131-14/+61
| * | | | | | | Added config checkRoeland Jago Douma2015-02-132-8/+19
| * | | | | | | Small unit test rewriteRoeland Jago Douma2015-02-121-1/+1
| * | | | | | | Added unit testRoeland Jago Douma2015-02-122-2/+37
| * | | | | | | Added dependancy for the JS unit testsRoeland Jago Douma2015-02-121-1/+2
| * | | | | | | Display user avatar in share dialogRoeland Jago Douma2015-02-122-2/+22
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-17346-472/+134
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #14261 from owncloud/fix-last-login-masterLukas Reschke2015-02-162-12/+12
|\ \ \ \ \ \ \