Commit graph

18694 commits

Author SHA1 Message Date
Tobias Diekershoff 1ab09dbcbf
Merge pull request #4561 from MrPetovan/bug/fix-vier-messageto-select
Fix wrong SQL query syntax in Core\ACL
2018-03-08 11:18:56 +01:00
Hypolite Petovan 49bd2903c7 Fix wrong SQL query syntax in Core\ACL 2018-03-08 04:42:07 -05:00
Hypolite Petovan f633acd8d1 Remove include/html2*.php files 2018-03-07 16:34:48 -05:00
Hypolite Petovan 789561c7a2 Remove/Update references to include/html2*.php 2018-03-07 16:34:17 -05:00
Hypolite Petovan 5e806ff598 Replace html2plain calls by HTML::toPlaintext 2018-03-07 16:29:44 -05:00
Hypolite Petovan b5666bd27f Replace html2bbcode calls by HTML::toBBCode 2018-03-07 16:24:13 -05:00
Hypolite Petovan 3bb2f72d05 Replace html2* function content by references to HTML class 2018-03-07 16:21:02 -05:00
Hypolite Petovan 1df4bb6db8 Create Content\Text\HTML class
- Move BBCode::cleanCss to HTML::sanitizeCSS
2018-03-07 16:20:04 -05:00
Hypolite Petovan b40461975a Remove unecessary added Config::load() 2018-03-07 12:45:30 -05:00
Hypolite Petovan 7e765199e8 Ensure Config::load() in scripts 2018-03-07 12:35:16 -05:00
Hypolite Petovan 354bec58c0 Ensure BaseObject::setApp() whenever App is instantiated 2018-03-07 12:34:47 -05:00
Hypolite Petovan 63ec8cdbf7
Merge pull request #4559 from tobiasd/20160307-lng
translations (DE, EN-GB, EN-US, ZH-CN)
2018-03-07 12:15:52 -05:00
Tobias Diekershoff dd9f7544cf update for DE translation 2018-03-07 17:32:45 +01:00
Tobias Diekershoff 218888d550 update to the en gb and us translations THX Andy H3 2018-03-07 17:30:08 +01:00
Tobias Diekershoff 6f0fa37500 update to the zh-cn translation THX 朱陈锬 2018-03-07 17:27:50 +01:00
Hypolite Petovan 15099a97d5 [frio] Add asynchronous javascript assets loading 2018-03-07 08:08:37 -05:00
Hypolite Petovan 6b03645dfe [apache2] Add public asset caching 2018-03-07 08:07:59 -05:00
Hypolite Petovan 274ce95d13 Move Composer assets to view/ 2018-03-07 08:07:36 -05:00
Michael Vogel e2fd882134
Merge pull request #4557 from MrPetovan/task/4518-add-memcached-support
[develop] Hotfix: Fix wrong session expire set for custom duration
2018-03-07 08:10:28 +01:00
Hypolite Petovan ef0701a97a Fix wrong session expire set for custom duration 2018-03-06 21:34:00 -05:00
Hypolite Petovan 87f2d18554 Move *ConfigValue functions to App 2018-03-06 20:04:04 -05:00
Hypolite Petovan 047f949967 Remove irrelevant else case 2018-03-06 19:52:36 -05:00
Hypolite Petovan dcd1f18611 Add refresh feature to Preload (P)Config adapters
- Add private methods to manipulat the App config variable
2018-03-06 19:52:36 -05:00
Hypolite Petovan 4b9c52aad0 Update htconfig documentation 2018-03-06 19:52:36 -05:00
Hypolite Petovan 7afcd6d49e Update PConfig class with adapter 2018-03-06 19:52:36 -05:00
Hypolite Petovan 6fec043375 Update Config class with adapter 2018-03-06 19:52:36 -05:00
Hypolite Petovan d760d33989 Add Config adapter interfaces/classes 2018-03-06 19:52:36 -05:00
Michael Vogel cc688e2b4f
Merge pull request #4549 from MrPetovan/task/4518-add-memcached-support
[develop] Performance: Add memcached support/Improve database cache (redux)
2018-03-06 16:34:28 +01:00
Tobias Diekershoff cfb00d811d
Merge pull request #4554 from annando/avoid-deflate
Fix: In combination with "showmore" long posts aren't shrinked anymore
2018-03-06 09:52:12 +01:00
Michael 23c2db2ebc Fix: In combination with "showmore" long posts aren't shrinked anymore every few seconds 2018-03-06 07:12:58 +00:00
Michael Vogel bd619f3741
Merge pull request #4553 from tobiasd/20160305-enzh
updates to the ZH CN, EN GB and EN US translations
2018-03-05 19:15:08 +01:00
Michael Vogel dfbcacf833
Merge pull request #4552 from tobiasd/20180305-messagespo
regenerated master messages.po file
2018-03-05 19:14:31 +01:00
Tobias Diekershoff a8baa65f63 updates to the ZH CN, EN GB and EN US translations 2018-03-05 16:48:21 +01:00
Tobias Diekershoff a2860023db regenerated master messages.po file 2018-03-05 16:38:01 +01:00
Michael Vogel c181f234a9
Merge pull request #4548 from MrPetovan/task/3878-move-bb2diaspora-to-src
[develop] Move include/bb2diaspora to src/
2018-03-05 07:28:04 +01:00
Hypolite Petovan f94134f556 Update database.sql according to process 2018-03-04 23:41:14 -05:00
Hypolite Petovan 47b1e4b3ee Improve default values in htconfig documentation 2018-03-04 23:41:01 -05:00
Hypolite Petovan 059b1f63f8 Add support for multiple Memcached servers
- Updated htconfig documentation
2018-03-04 23:28:49 -05:00
Hypolite Petovan 95752b79e8 Add cache performance to API and worker 2018-03-04 23:13:19 -05:00
Hypolite Petovan 22fd2409ca Add cache to performance arrays 2018-03-04 23:13:19 -05:00
Hypolite Petovan 4954c4b9aa Add cache timing points 2018-03-04 23:13:19 -05:00
Hypolite Petovan 3df34d33d5 Fix DatabaseCacheDriver::get SQL select
- Fix typo
- Fix wrong usage of NOW()
2018-03-04 23:13:19 -05:00
Hypolite Petovan 41d5c7d4c7 Restore deprecated constants in boot 2018-03-04 23:13:19 -05:00
Hypolite Petovan 1a18220059 Remove unused global cache constants 2018-03-04 23:13:19 -05:00
Hypolite Petovan 4e6dd7dd5f Update db cache table documentation 2018-03-04 23:13:19 -05:00
Hypolite Petovan e749e8ef4c Update htconfig documentation 2018-03-04 23:13:19 -05:00
Hypolite Petovan 4b361747a0 Update SQL scripts for cache table 2018-03-04 23:13:19 -05:00
Hypolite Petovan 3628b62aeb Add support for Memcached/Improve database cache
- Create Cache Driver interface
- Update cache table fields
- Add CacheSessionHandler
2018-03-04 23:13:19 -05:00
Hypolite Petovan 26f693fb80
Merge pull request #4547 from annando/multiple-accounts
Fix: Multiple accounts per mail address are allowed
2018-03-04 17:59:51 -05:00
Hypolite Petovan 6447a45a06 Remove include/bb2diaspora.php 2018-03-04 17:43:51 -05:00