Merge pull request #6934 from MrPetovan/task/6924-limit-term-index-size
[friendica.git/.git] / src /
2019-03-25 Hypolite PetovanMerge pull request #6920 from nupplaphil/feature/basepa...
2019-03-24 Philipp HolzerAdded Update checks
2019-03-24 Philipp HolzerFixing tests
2019-03-24 Philipp HolzerAdding ConfigFileSaver and tests
2019-03-24 Philipp Holzerremove basepath and hostname from admin panel and add...
2019-03-24 Michael VogelMerge pull request #6926 from MrPetovan/bug/6921-regres...
2019-03-24 Hypolite PetovanRevert logic change in query in NotificationsManager...
2019-03-24 PhilippMerge pull request #6924 from MrPetovan/task/6319-impro...
2019-03-24 PhilippMerge pull request #6797 from MrPetovan/task/improve...
2019-03-23 Hypolite PetovanMerge pull request #6922 from nupplaphil/issue/fix_logg...
2019-03-23 Philipp HolzerAdded first version of ConfigCacheSaver
2019-03-23 Philipp HolzerRename Core\Conifg to $this->config
2019-03-23 Philipp HolzerRename basepath to getBasePath()
2019-03-23 Philipp HolzerFixing Logger Blacklist
2019-03-23 Hypolite PetovanAdd missing ConfigCacheLoader constructor parameter...
2019-03-23 Hypolite PetovanFix wrong variable name in Worker\Notifier
2019-03-23 Philipp HolzerFix Legacy LogLevel mapping
2019-03-23 PhilippFix boolean value
2019-03-23 Philipp HolzerRefactor installer
2019-03-23 Philipp HolzerMove AppMode
2019-03-23 Philipp HolzerSet Timezone to 'UTC' for every Logger (Develop)
2019-03-23 Jeroen De Meerleercode style
2019-03-23 Jeroen De MeerleerFixed notifications order
2019-03-23 Philipp HolzerAdding Logger Tests
2019-03-23 Philipp HolzerAdding Logger Tests
2019-03-23 Philipp HolzerFix php doc
2019-03-23 Philipp HolzerRename & Testfix
2019-03-23 Philipp Holzertypo
2019-03-23 Philipp HolzerAdded StreamLoggerTest
2019-03-23 Philipp HolzerAdded StreamLogger and ProfilerLogger
2019-03-23 Philipp Holzercleanup sysloglogger
2019-03-23 Philipp HolzerMoving Profiling to class
2019-03-23 Philipp HolzerRefactored Logging environment (cleaned up)
2019-03-23 Philipp Holzertypo
2019-03-23 Philipp Holzertypo
2019-03-23 Philipp HolzerAdding REAMDEs to directories
2019-03-23 Philipp Holzerbugfix - mixed fields with condition
2019-03-23 Philipp HolzerLogger - Forgot Logger::init() with VoidLogger
2019-03-23 Philipp Holzerremoved debugging
2019-03-23 Philipp HolzerMoving mod/feedtest to src/Module/Feedtest
2019-03-23 Philipp Holzercode lisibility & filter optimization
2019-03-23 Philipp HolzerReplace "q" calls
2019-03-23 Philipp HolzerReplace "q" calls
2019-03-23 Philipp Holzerrefactoring
2019-03-23 Philipp HolzerMoving mod/filer to src/Module/Filer
2019-03-23 Philipp HolzerMoving mod/credits to src/Module/Credits
2019-03-23 Philipp HolzerSyslog - Disabling
2019-03-23 Philipp HolzerAdding UID and Level To String mapping
2019-03-23 Philipp HolzerCode cleanup
2019-03-23 Philipp HolzerAdding ident
2019-03-23 Philipp HolzerAdding SyslogLogger
2019-03-23 Philipp Holzerreduce code
2019-03-23 Philipp Holzermoving mod/apps to src/Module/Apps
2019-03-22 Tobias DiekershoffMerge branch '2019.03-RC' 2019.03
2019-03-22 Tobias DiekershoffMerge pull request #6703 from tobiasd/2019.03-CHANGELOG
2019-03-20 Michael VogelMerge pull request #6910 from MrPetovan/task/6778-stora...
2019-03-20 Hypolite PetovanAdd loop to console storage move
2019-03-20 Hypolite PetovanAdd limit parameter to storage move query
2019-03-20 Hypolite PetovanRelax type constraint on limit parameter in Database\DBA
2019-03-20 Hypolite PetovanCheck that provided class implements IStorage in Storag...
2019-03-20 Hypolite PetovanReformat code
2019-03-20 Hypolite PetovanMerge pull request #6909 from annando/fix-mentions
2019-03-19 MichaelFixing automention
2019-03-19 PhilippMerge pull request #6907 from MrPetovan/bug/6855-wrap...
2019-03-19 Hypolite PetovanMerge pull request #6908 from annando/sig-auth
2019-03-19 MichaelAdded app class variable
2019-03-19 MichaelEnable remote authentication with HTTP Signatures
2019-03-19 PhilippMerge pull request #6905 from annando/ap-summary-text
2019-03-19 Hypolite PetovanMerge pull request #6906 from annando/http-sign-photo
2019-03-18 MichaelThe "summary" field seems to be interpreted as plain...
2019-03-18 MichaelUse HTTP-Signature to authenticate when fetching photos.
2019-03-18 Tobias DiekershoffMerge pull request #6904 from MrPetovan/bug/6901-autoli...
2019-03-17 Hypolite PetovanExclude punctuation from domain in autolinker regular...
2019-03-17 PhilippMerge pull request #6900 from annando/fix-error
2019-03-17 MichaelFixes errors/notices
2019-03-17 PhilippMerge pull request #6896 from annando/fix-summary
2019-03-17 MichaelClarified return values
2019-03-17 MichaelAdded logging since this exixted before
2019-03-17 MichaelCentralise the item content processing in a single...
2019-03-17 Hypolite PetovanMerge pull request #6894 from annando/fix-summary
2019-03-17 Hypolite PetovanMerge pull request #6893 from nupplaphil/issue/fixing_h...
2019-03-17 Philipp Holzerrefactor naming & superfluous check
2019-03-17 MichaelSummary has to be converted to HTML / Don't use summary...
2019-03-16 Philipp HolzerFixing .htconfig
2019-03-16 Philipp Holzer- Adding additional legacy .htconfig information
2019-03-16 Tobias DiekershoffMerge pull request #6890 from annando/ap-summary
2019-03-16 MichaelAdding a line feed looks nicer
2019-03-16 MichaelAdding the "abstract" element to the imported feed
2019-03-16 MichaelWe now send a summary via AP. This partially fixes...
2019-03-15 Hypolite PetovanMerge pull request #6888 from annando/issue-6167-a
2019-03-15 MichaelIssue 6167: Don't publish non visible content
2019-03-15 Tobias DiekershoffMerge pull request #6885 from annando/issue-6167
2019-03-15 MichaelIssue 6167: Don't distribute uploaded pictures
2019-03-14 PhilippMerge pull request #6882 from annando/follow-peertube
2019-03-14 PhilippMerge pull request #6883 from annando/uri-not-url
2019-03-14 MichaelFix notice - it's "uri" not "url"
2019-03-14 Hypolite PetovanMerge pull request #6881 from annando/ap-forum
2019-03-14 MichaelForums now are working with AP as well
2019-03-14 Tobias DiekershoffMerge pull request #6880 from friendica/MrPetovan-BBCod...
2019-03-14 Hypolite PetovanAdd inline spans to code block extraction in BBCode...
next