]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2018-03-19 Hypolite PetovanMove scripts/auth_ejabberd.php to bin/
2018-03-19 Hypolite PetovanMove util/composer.ohar to bin/
2018-03-17 Michael VogelMerge pull request #4613 from MrPetovan/task/4518-add...
2018-03-17 Hypolite PetovanAdd missing Cache::delete method
2018-03-16 Hypolite PetovanMerge pull request #4608 from rabuzarus/20180316_-_hash...
2018-03-16 rabuzarusadd dependencies (require_once) to hashtag module
2018-03-16 rabuzarusfix code standards
2018-03-16 rabuzarushashtag autocomplete
2018-03-12 Hypolite PetovanFix: The acl lookup now works in multi threaded posts...
2018-03-11 Michael VogelMerge pull request #4577 from MrPetovan/task/add-feedte...
2018-03-10 Hypolite PetovanMake feedtest module for logged users only
2018-03-10 Michael VogelMerge pull request #4574 from MrPetovan/task/add-feedte...
2018-03-10 Hypolite PetovanAdd feedtest module
2018-03-09 Michael VogelMerge pull request #4565 from MrPetovan/task/improve...
2018-03-09 Hypolite PetovanFix standards
2018-03-09 Hypolite PetovanAdd external template to mod/babel
2018-03-08 Hypolite PetovanMerge pull request #4562 from annando/bugfix-html
2018-03-08 MichaelBugfix: Avoid "Class not found" error
2018-03-08 Michael VogelMerge pull request #4558 from MrPetovan/task/browser...
2018-03-08 Michael VogelMerge pull request #4540 from MrPetovan/task/4520-load...
2018-03-08 Michael VogelMerge pull request #4560 from MrPetovan/task/3878-move...
2018-03-08 Tobias DiekershoffMerge pull request #4561 from MrPetovan/bug/fix-vier...
2018-03-08 Hypolite PetovanFix wrong SQL query syntax in Core\ACL
2018-03-07 Hypolite PetovanRemove include/html2*.php files
2018-03-07 Hypolite PetovanRemove/Update references to include/html2*.php
2018-03-07 Hypolite PetovanReplace html2plain calls by HTML::toPlaintext
2018-03-07 Hypolite PetovanReplace html2bbcode calls by HTML::toBBCode
2018-03-07 Hypolite PetovanReplace html2* function content by references to HTML...
2018-03-07 Hypolite PetovanCreate Content\Text\HTML class
2018-03-07 Hypolite PetovanRemove unecessary added Config::load()
2018-03-07 Hypolite PetovanEnsure Config::load() in scripts
2018-03-07 Hypolite PetovanEnsure BaseObject::setApp() whenever App is instantiated
2018-03-07 Hypolite Petovan[frio] Add asynchronous javascript assets loading
2018-03-07 Hypolite Petovan[apache2] Add public asset caching
2018-03-07 Hypolite PetovanMove Composer assets to view/
2018-03-07 Michael VogelMerge pull request #4557 from MrPetovan/task/4518-add...
2018-03-07 Hypolite PetovanFix wrong session expire set for custom duration
2018-03-07 Hypolite PetovanMove *ConfigValue functions to App
2018-03-07 Hypolite PetovanRemove irrelevant else case
2018-03-07 Hypolite PetovanAdd refresh feature to Preload (P)Config adapters
2018-03-07 Hypolite PetovanUpdate htconfig documentation
2018-03-07 Hypolite PetovanUpdate PConfig class with adapter
2018-03-07 Hypolite PetovanUpdate Config class with adapter
2018-03-07 Hypolite PetovanAdd Config adapter interfaces/classes
2018-03-06 Michael VogelMerge pull request #4549 from MrPetovan/task/4518-add...
2018-03-05 Michael VogelMerge pull request #4548 from MrPetovan/task/3878-move...
2018-03-05 Hypolite PetovanUpdate database.sql according to process
2018-03-05 Hypolite PetovanImprove default values in htconfig documentation
2018-03-05 Hypolite PetovanAdd support for multiple Memcached servers
2018-03-05 Hypolite PetovanAdd cache performance to API and worker
2018-03-05 Hypolite PetovanAdd cache to performance arrays
2018-03-05 Hypolite PetovanAdd cache timing points
2018-03-05 Hypolite PetovanFix DatabaseCacheDriver::get SQL select
2018-03-05 Hypolite PetovanRestore deprecated constants in boot
2018-03-05 Hypolite PetovanRemove unused global cache constants
2018-03-05 Hypolite PetovanUpdate db cache table documentation
2018-03-05 Hypolite PetovanUpdate htconfig documentation
2018-03-05 Hypolite PetovanUpdate SQL scripts for cache table
2018-03-05 Hypolite PetovanAdd support for Memcached/Improve database cache
2018-03-04 Hypolite PetovanRemove include/bb2diaspora.php
2018-03-04 Hypolite PetovanRemove references to include/bb2diaspora.php
2018-03-04 Hypolite PetovanUpdate references to bb2diaspora and diaspora2bb
2018-03-04 Hypolite PetovanMove bb2diaspora() content to Content\Text\BBCode:...
2018-03-04 Hypolite PetovanReplace disapora2bb function content with Markdown...
2018-03-04 Hypolite PetovanCreate Markdown::toBBCode() method
2018-03-03 Hypolite PetovanMerge pull request #4532 from annando/dba-array
2018-03-03 MichaelRenamed functions / each is replaced
2018-03-03 Michael VogelMerge pull request #4517 from MrPetovan/task/3878-move...
2018-03-03 MichaelAn array with fieldnames as keys is important for the...
2018-03-03 Hypolite PetovanAdd missing dba::close() call in Contact::pruneUnavailable
2018-03-03 Hypolite PetovanRename Acl.php to ACL.php
2018-03-03 Hypolite PetovanRename Acl.php to ACL.php
2018-03-03 MichaelWe now accept array as condition parameters
2018-03-02 Hypolite PetovanRename Core\Acl to Core\ACL
2018-03-02 Hypolite PetovanFix query mistake in Acl::getSuggestContactSelectHTML
2018-03-02 Hypolite PetovanFix wrong variable type in mod/message
2018-03-02 Hypolite PetovanPrettify mod/acl
2018-03-02 Hypolite PetovanRemove include/acl_selectors
2018-03-02 Hypolite PetovanRemove references to include/acl_selectors
2018-03-02 Hypolite PetovanMove navbar_complete to Acl
2018-03-02 Hypolite PetovanMove populate_acl to Acl
2018-03-02 Hypolite PetovanMove get_acl_permissions to Acl
2018-03-02 Hypolite PetovanMove prune_deadguys to Contact
2018-03-02 Hypolite PetovanMove contact_select to Acl
2018-03-02 Hypolite PetovanMove contact_selector()
2018-03-02 Hypolite PetovanUpdate references in acl_selectors to new functions
2018-03-02 Hypolite PetovanAdd new class/functions
2018-03-02 Hypolite PetovanMerge pull request #4530 from annando/db-timestamp
2018-03-02 MichaelSome more performance measuring for database stuff
2018-03-02 Michael VogelMerge pull request #4529 from tobiasd/20180302-msg
2018-03-02 Michael VogelMerge pull request #4528 from tobiasd/20180302-transl
2018-03-02 Tobias Diekershoffregenerated master messages.po file
2018-03-02 Tobias Diekershoffupdate for DE translation THX hoergen oostende
2018-03-02 Tobias Diekershoffupdate to the zh-cn THX 朱陈锬
2018-03-02 Tobias DiekershoffMerge pull request #4527 from annando/fix-no-constant...
2018-03-02 Michael VogelMerge pull request #4526 from MrPetovan/task/4522-postp...
2018-03-02 MichaelBugfix: No constant update in "getIdForUrl"
2018-03-02 Hypolite PetovanAdd no_update flag to speed up Contact::getIdForURL...
2018-03-02 Hypolite PetovanUse default value for uid parameter in Contact::getIdForURL
2018-03-01 Hypolite PetovanMerge pull request #4525 from annando/fix-dfrn-delee
next