friendica-addons.git/.git
5 years agoMerge pull request #684 from MrPetovan/bug/5341-advancedcontentfilter-honors-csp
Michael Vogel [Sun, 5 Aug 2018 13:00:10 +0000 (15:00 +0200)]
Merge pull request #684 from MrPetovan/bug/5341-advancedcontentfilter-honors-csp

Advancedcontentfilter honors CSP (redux)

5 years ago[advancedcontentfilter] Add new support DOM file (redux)
Hypolite Petovan [Sun, 5 Aug 2018 12:27:12 +0000 (14:27 +0200)]
[advancedcontentfilter] Add new support DOM file (redux)

5 years ago[advancedcontentfilter] Move Vue template from DOM to compiled render functions ...
Hypolite Petovan [Sun, 5 Aug 2018 12:26:48 +0000 (14:26 +0200)]
[advancedcontentfilter] Move Vue template from DOM to compiled render functions (redux)

5 years ago[advancedcontentfilter] Fix notice messages
Hypolite Petovan [Sun, 5 Aug 2018 12:26:24 +0000 (14:26 +0200)]
[advancedcontentfilter] Fix notice messages

5 years agoMerge pull request #683 from MrPetovan/bug/4584-fix-twitter-gif-still-image
Michael Vogel [Sun, 5 Aug 2018 12:05:03 +0000 (14:05 +0200)]
Merge pull request #683 from MrPetovan/bug/4584-fix-twitter-gif-still-image

Restore source storing for Twitter conversations

5 years agoRevert "Merge pull request #682 from MrPetovan/bug/5341-advancedcontentfilter-honors...
Hypolite Petovan [Sun, 5 Aug 2018 11:42:53 +0000 (13:42 +0200)]
Revert "Merge pull request #682 from MrPetovan/bug/5341-advancedcontentfilter-honors-csp"

This reverts commit e79d73843778f4df19b3e7e85a71b2d38d80e973, reversing
changes made to 20e42c09b7a77b4da850c32e13717f081f50ea8a.

5 years ago[twitter] Restore source storing in conversation table
Hypolite Petovan [Sun, 5 Aug 2018 11:06:37 +0000 (13:06 +0200)]
[twitter] Restore source storing in conversation table

5 years ago[twitter] Source formatting
Hypolite Petovan [Sun, 5 Aug 2018 11:05:59 +0000 (13:05 +0200)]
[twitter] Source formatting

- Add type hints
- Simplify hook (un)register notation
- Convert some double quotes to single quotes

5 years agoMerge pull request #682 from MrPetovan/bug/5341-advancedcontentfilter-honors-csp
Michael Vogel [Sat, 4 Aug 2018 14:48:56 +0000 (16:48 +0200)]
Merge pull request #682 from MrPetovan/bug/5341-advancedcontentfilter-honors-csp

Advancedcontentfilter honors CSP

5 years ago[advancedcontentfilter] Add new support DOM file
Hypolite Petovan [Sat, 4 Aug 2018 14:00:41 +0000 (16:00 +0200)]
[advancedcontentfilter] Add new support DOM file

5 years ago[advancedcontentfilter] Remove obsolete external JS resource
Hypolite Petovan [Sat, 4 Aug 2018 14:00:03 +0000 (16:00 +0200)]
[advancedcontentfilter] Remove obsolete external JS resource

5 years ago[advancedcontentfilter] Move Vue template from DOM to compiled render functions
Hypolite Petovan [Sat, 4 Aug 2018 13:59:04 +0000 (15:59 +0200)]
[advancedcontentfilter] Move Vue template from DOM to compiled render functions

5 years agoMerge pull request #681 from annando/notices-again
Tobias Diekershoff [Thu, 2 Aug 2018 05:23:23 +0000 (07:23 +0200)]
Merge pull request #681 from annando/notices-again

Notices again

5 years agoAvoid empty post
Michael [Thu, 2 Aug 2018 05:09:37 +0000 (05:09 +0000)]
Avoid empty post

5 years agoWe should quit on not getting data
Michael [Wed, 1 Aug 2018 19:14:28 +0000 (19:14 +0000)]
We should quit on not getting data

5 years agoSome more notices in addons
Michael [Wed, 1 Aug 2018 17:28:55 +0000 (17:28 +0000)]
Some more notices in addons

5 years agoMerge pull request #679 from annando/develop
Tobias Diekershoff [Wed, 1 Aug 2018 05:24:11 +0000 (07:24 +0200)]
Merge pull request #679 from annando/develop

And some more notices ...

5 years agoAnd some more notices ...
Michael [Tue, 31 Jul 2018 18:10:34 +0000 (18:10 +0000)]
And some more notices ...

5 years agoMerge pull request #678 from annando/notices
Tobias Diekershoff [Tue, 31 Jul 2018 16:41:09 +0000 (18:41 +0200)]
Merge pull request #678 from annando/notices

And now for something complete different ... notices

5 years agoAnd now for something complete different ... notices
Michael [Tue, 31 Jul 2018 16:22:05 +0000 (16:22 +0000)]
And now for something complete different ... notices

5 years agoMerge pull request #673 from Quix0r/global/mod-proxy-to-class
Michael Vogel [Tue, 31 Jul 2018 05:33:33 +0000 (07:33 +0200)]
Merge pull request #673 from Quix0r/global/mod-proxy-to-class

[global]: Proxy class has been introduced, need to fix these as well.

5 years agoMerge pull request #677 from annando/notices
Tobias Diekershoff [Tue, 31 Jul 2018 04:26:49 +0000 (06:26 +0200)]
Merge pull request #677 from annando/notices

Notice fix: The variabe had never been defined

5 years agoNotice fix: The variabe had never been defined
Michael [Tue, 31 Jul 2018 02:04:45 +0000 (02:04 +0000)]
Notice fix: The variabe had never been defined

5 years ago[global] Renamed class ProxyUtils -> Proxy and aliased it back to ProxyUtils
Roland Häder [Tue, 31 Jul 2018 01:20:29 +0000 (03:20 +0200)]
[global] Renamed class ProxyUtils -> Proxy and aliased it back to ProxyUtils

5 years ago[global] CR request: Moved proxify*() methods to separate class
Roland Häder [Sat, 28 Jul 2018 18:24:16 +0000 (20:24 +0200)]
[global] CR request: Moved proxify*() methods to separate class

5 years ago[global] Moved to Module\Proxy
Roland Häder [Fri, 27 Jul 2018 23:19:29 +0000 (01:19 +0200)]
[global] Moved to Module\Proxy

5 years ago[global]: Proxy class has been introduced, need to fix these as well.
Roland Häder [Fri, 27 Jul 2018 00:08:03 +0000 (02:08 +0200)]
[global]: Proxy class has been introduced, need to fix these as well.

5 years agoMerge pull request #676 from Quix0r/dwpost/fixes-curly-spaces
Michael Vogel [Mon, 30 Jul 2018 04:22:37 +0000 (06:22 +0200)]
Merge pull request #676 from Quix0r/dwpost/fixes-curly-spaces

[dwpost] Cleanups and type-hint rewrite

5 years agoMerge pull request #675 from Quix0r/buglink/fixes-curly-spaces
Michael Vogel [Mon, 30 Jul 2018 04:11:22 +0000 (06:11 +0200)]
Merge pull request #675 from Quix0r/buglink/fixes-curly-spaces

[buglink]: Added type-hint 'App'

5 years ago[dwpost] Cleanups:
Roland Häder [Sun, 29 Jul 2018 20:31:54 +0000 (22:31 +0200)]
[dwpost] Cleanups:
- used type-hint `App` and no call-by-reference
- converted spaces -> tab for indenting
- DBA::isResult() used instead of empty/count/...
- added curly braces and spaces for better readability
- opening curly brace after function/method/class belongs into new line

5 years ago[buglink]: Added type-hint 'App'
Roland Häder [Sun, 29 Jul 2018 20:22:50 +0000 (22:22 +0200)]
[buglink]: Added type-hint 'App'

5 years agoMerge pull request #674 from Quix0r/tumblr/fixes-curly-spaces
Michael Vogel [Sun, 29 Jul 2018 17:57:48 +0000 (19:57 +0200)]
Merge pull request #674 from Quix0r/tumblr/fixes-curly-spaces

[tumblr] Type-hints, curly braces and spaces added

5 years ago[tumblr]
Roland Häder [Sun, 29 Jul 2018 17:42:22 +0000 (19:42 +0200)]
[tumblr]
- added type-hints for `App`
- added curly braces + spaces for better readability
- avoided to use deprecated x(), replaced with empty()
- converted multi single-line comment to single multi-line comment
- opening curly brace behind a function/method/class belongs into next line

5 years ago[cross] Moved CONTACT_* constants to class Friendica\Model\Contact (#670)
Roland Häder [Sat, 28 Jul 2018 05:34:38 +0000 (07:34 +0200)]
[cross] Moved CONTACT_* constants to class Friendica\Model\Contact (#670)

* [cross] Moved CONTACT_* constants to class Friendica\Model\Contact

* Other PR request:
- renamed Contact::CONTACT_IS_* to just plain Contact::* :-) (MrPetovan)

5 years ago[forumdirectory] Fixes, type-hints and PAGE_* moval (#671)
Roland Häder [Sat, 28 Jul 2018 05:33:39 +0000 (07:33 +0200)]
[forumdirectory] Fixes, type-hints and PAGE_* moval (#671)

* Rewrite:
- moved PAGE_* constants to class Friendica\Model\Profile

* Rewrites:
- added type-hint `App`
- added type-hint `array` to $b
- used empty() instead of deprecated x()

* [forumdirectory] CR request:
- moved constants PAGE_* from Profile to Contact class

* [forumdirectory] CR request: Removed superfluous == 1

5 years agoSome more notices fixed (#672)
Michael Vogel [Thu, 26 Jul 2018 19:20:12 +0000 (21:20 +0200)]
Some more notices fixed (#672)

5 years ago[curweather] x() no longer used and more (#669)
Roland Häder [Wed, 25 Jul 2018 00:18:59 +0000 (02:18 +0200)]
[curweather] x() no longer used and more (#669)

* [curweather] Fixes/rewrites:
- Added `App` as type-hint for $a and no & (call-by-reference) anymore
- use empty() instead of deprecated x()
- opening curly brace belongs into new line after function/method declaration
- added a lot other curly braces for better readability
- added spaces and empty lines

* [curweather] CR request:
- added/removed spaces
- added missing line-feed after opening curly brace

* [curweather] Another new line-feed added

* [curweather] CR request:
- added/removed extra spaces
- removed trailing spaces
- nicely indented code block with `'$foo' => 'bar'`

* [curweather] CR request:
- removed stray space

5 years ago[xmpp] Fixes: (#668)
Roland Häder [Tue, 24 Jul 2018 21:54:00 +0000 (23:54 +0200)]
[xmpp] Fixes: (#668)

- rewrote from deprecated x() to empty()
- added some empty lines for better readability
- used single quotes

5 years ago[bufffer] Cleanups: (#667)
Roland Häder [Tue, 24 Jul 2018 11:44:42 +0000 (13:44 +0200)]
[bufffer] Cleanups: (#667)

- purged deprecated x() and used !empty() instead
- add App as type-hint where missing
- added curly braces and spaces for better readability/code convention
- open curly brace after method/function should be next line

5 years agoMerge pull request #660 from annando/notices-again
Tobias Diekershoff [Tue, 24 Jul 2018 04:34:51 +0000 (06:34 +0200)]
Merge pull request #660 from annando/notices-again

And again some removed notices

5 years agoMerge branch 'develop' into notices-again
Michael Vogel [Tue, 24 Jul 2018 02:19:48 +0000 (04:19 +0200)]
Merge branch 'develop' into notices-again

5 years agoMerge pull request #663 from MrPetovan/task/5410-add-missing-use-statement
Michael Vogel [Tue, 24 Jul 2018 01:51:08 +0000 (03:51 +0200)]
Merge pull request #663 from MrPetovan/task/5410-add-missing-use-statement

[widgets] Add missing use statement after dbesc conversion

5 years ago[diaspora]: Ops, fixed parser error. Followup to #665 (#666)
Roland Häder [Mon, 23 Jul 2018 23:31:44 +0000 (01:31 +0200)]
[diaspora]: Ops, fixed parser error. Followup to #665 (#666)

5 years ago[diaspora] Cleanups and type-hinting (#665)
Roland Häder [Mon, 23 Jul 2018 23:04:06 +0000 (01:04 +0200)]
[diaspora] Cleanups and type-hinting (#665)

* [diaspora] Fixes/cleanups:
- added curly braces/spaces for better readability
- don't use count() when you can use DBM::is_result()
- used proper type-hints `App` and `array`
- "imported" Friendica\App

* [diaspora]: Fixed parser error, ops

* [diaspora]:
- DBA::isResult() is now the new name (MrPetovan)
- added spaces for nice indending and better readability
- changed 4-spaces to tab

5 years ago[mailstream]: Fixed logger level NORMAL -> INFO (#664)
Roland Häder [Mon, 23 Jul 2018 22:54:14 +0000 (00:54 +0200)]
[mailstream]: Fixed logger level NORMAL -> INFO (#664)

5 years ago[widgets] Add missing use statement after dbesc conversion
Hypolite Petovan [Mon, 23 Jul 2018 22:46:16 +0000 (18:46 -0400)]
[widgets] Add missing use statement after dbesc conversion

5 years ago[curweather] Fix widget layout. [friendica#5473] (#662)
Andreas Neustifter [Mon, 23 Jul 2018 21:06:09 +0000 (23:06 +0200)]
[curweather] Fix widget layout. [friendica#5473] (#662)

See issue [friendica#5473](https://github.com/friendica/friendica/issues/5473) and PR#653.

5 years agoMerge pull request #659 from MrPetovan/task/5410-remove-dbesc
Michael Vogel [Mon, 23 Jul 2018 19:51:20 +0000 (21:51 +0200)]
Merge pull request #659 from MrPetovan/task/5410-remove-dbesc

Remove dbesc()

5 years ago[multiple] Rename dbesc to DBA::escape
Hypolite Petovan [Sat, 21 Jul 2018 13:13:02 +0000 (09:13 -0400)]
[multiple] Rename dbesc to DBA::escape

5 years agoMerge pull request #658 from MrPetovan/task/5410-remove-dbm-class
Michael Vogel [Mon, 23 Jul 2018 19:05:13 +0000 (21:05 +0200)]
Merge pull request #658 from MrPetovan/task/5410-remove-dbm-class

Remove DBM class

5 years agoRename DBA::is_result to DBA::isResult
Hypolite Petovan [Sat, 21 Jul 2018 12:46:13 +0000 (08:46 -0400)]
Rename DBA::is_result to DBA::isResult

5 years agoRename DBM method calls to DBA method calls
Hypolite Petovan [Sat, 21 Jul 2018 12:42:08 +0000 (08:42 -0400)]
Rename DBM method calls to DBA method calls

5 years agoMerge pull request #657 from MrPetovan/task/5410-rename-database-methods
Michael Vogel [Mon, 23 Jul 2018 13:19:05 +0000 (15:19 +0200)]
Merge pull request #657 from MrPetovan/task/5410-rename-database-methods

[advancedcontentfilter] Rename DBA::inArray to DBA::toArray

5 years ago[pumpio] Fixes/imports: (#661)
Roland Häder [Sun, 22 Jul 2018 16:01:05 +0000 (18:01 +0200)]
[pumpio] Fixes/imports: (#661)

* [pumpio] Fixes/imports:
- added curly braces and spaces for better readability
- merged 2 `if()` blocks into one for lesser nested code blocks
- added type-hint `App` and `array` where applyable
- better "import" (`use` under PHP) classes and not reference them directly,
  reducing and improving readability

* [pumpio] Fixes:
- x() is deprecated, let's use !empty() instead
- added spaces for better readability

* [pumpio] Fixes:
- added missing App "imports" (thanks to MrPetovan)
- added type-hint array for $b
- added some spaces

5 years agoThis will work
Michael [Sun, 22 Jul 2018 06:50:34 +0000 (06:50 +0000)]
This will work

5 years agoAnd again some removed notices
Michael [Sun, 22 Jul 2018 06:41:30 +0000 (06:41 +0000)]
And again some removed notices

5 years ago[blogger] Cleanups: (#656)
Roland Häder [Sat, 21 Jul 2018 02:21:06 +0000 (04:21 +0200)]
[blogger] Cleanups: (#656)

* [blogger] Cleanups:
- used `use Friendica\App;`
- added type-hints for `App` and `array` where applyable
- removed extra space
- added other spaces

* [blogger]:
- ops, curly brace in new line in function/method declaration
- proper way for x() replacement

5 years ago[advancedcontentfilter] Rename DBA::inArray to DBA::toArray
Hypolite Petovan [Sat, 21 Jul 2018 02:16:16 +0000 (22:16 -0400)]
[advancedcontentfilter] Rename DBA::inArray to DBA::toArray

5 years ago[blockem] Cleanups: (#655)
Roland Häder [Sat, 21 Jul 2018 01:51:15 +0000 (03:51 +0200)]
[blockem] Cleanups: (#655)

* [blockem] Cleanups:
- used `use Friendica\App;`
- used proper type-hints
- added spaces and curly braces for better readability

* [blockem] Moved open curly braces to new line

* [blockem]:
- changed checking condition (CR request)
- added/removed more spaces

* [blockem]: converted 4 spaces -> tab

5 years ago[curweather] Only shown notice about unavailable weather once per session. (#653)
Andreas Neustifter [Fri, 20 Jul 2018 19:58:53 +0000 (21:58 +0200)]
[curweather] Only shown notice about unavailable weather once per session. (#653)

* [curweather] Only shown notice about unavailable weather once per session.

* Fix even more whitespace.

As requested by @MrPetovan.

* [curweather] Reset session's curweather_notice_shown when weather available again.

5 years ago[js_upload] Better wording for mass-upload photos button. (#654)
Andreas Neustifter [Fri, 20 Jul 2018 19:15:09 +0000 (21:15 +0200)]
[js_upload] Better wording for mass-upload photos button. (#654)

5 years agoMerge pull request #652 from MrPetovan/task/5410-rename-dba-to-DBA
Michael Vogel [Fri, 20 Jul 2018 17:45:26 +0000 (19:45 +0200)]
Merge pull request #652 from MrPetovan/task/5410-rename-dba-to-DBA

[multiple] Rename Friendica\Database\dba to Friendica\Database\DBA

5 years ago[multiple] Rename Friendica\Database\dba to Friendica\Database\DBA
Hypolite Petovan [Fri, 20 Jul 2018 12:20:48 +0000 (08:20 -0400)]
[multiple] Rename Friendica\Database\dba to Friendica\Database\DBA

5 years agoMerge pull request #650 from annando/post-type
Tobias Diekershoff [Fri, 20 Jul 2018 10:53:12 +0000 (12:53 +0200)]
Merge pull request #650 from annando/post-type

We don't store the "type" parameter anymore

5 years agoMerge pull request #651 from annando/notices
Tobias Diekershoff [Fri, 20 Jul 2018 10:49:55 +0000 (12:49 +0200)]
Merge pull request #651 from annando/notices

Fixes some notice

5 years agoFixes some notice
Michael [Fri, 20 Jul 2018 05:36:55 +0000 (05:36 +0000)]
Fixes some notice

5 years agoMerge pull request #649 from MrPetovan/task/5410-move-dba-to-src
Michael Vogel [Fri, 20 Jul 2018 04:50:49 +0000 (06:50 +0200)]
Merge pull request #649 from MrPetovan/task/5410-move-dba-to-src

[multiple] Move \dba to \Friendica\Database\dba

5 years ago[multiple] Move \dba to \Friendica\Database\dba
Hypolite Petovan [Fri, 20 Jul 2018 02:18:02 +0000 (22:18 -0400)]
[multiple] Move \dba to \Friendica\Database\dba

- Updated use statement lists

5 years agoMerge pull request #648 from astifter/curweather_fix_header
Tobias Diekershoff [Thu, 19 Jul 2018 04:35:54 +0000 (06:35 +0200)]
Merge pull request #648 from astifter/curweather_fix_header

Unify header level for weather widget.

5 years agoUnify header level for weather widget.
Andreas Neustifter [Thu, 19 Jul 2018 04:18:45 +0000 (06:18 +0200)]
Unify header level for weather widget.

5 years agoMerge pull request #633 from MrPetovan/task/4889-move-config-to-config
Michael Vogel [Wed, 18 Jul 2018 09:04:38 +0000 (11:04 +0200)]
Merge pull request #633 from MrPetovan/task/4889-move-config-to-config

Move configuration to config/

5 years agoWe don't store the "type" parameter anymore
Michael [Wed, 18 Jul 2018 05:49:41 +0000 (05:49 +0000)]
We don't store the "type" parameter anymore

5 years agoMerge pull request #647 from MrPetovan/task/add-mastodoncustomemojis-addon
Tobias Diekershoff [Wed, 18 Jul 2018 04:22:02 +0000 (06:22 +0200)]
Merge pull request #647 from MrPetovan/task/add-mastodoncustomemojis-addon

[mastodoncustomenojis] Add shorter ttl for API call fail

5 years ago[mastodoncustomenojis] Add shorter ttl for API call fail
Hypolite Petovan [Wed, 18 Jul 2018 00:34:59 +0000 (20:34 -0400)]
[mastodoncustomenojis] Add shorter ttl for API call fail

- Add cache bypass through system.ignore_cache

5 years agoUse `use keyword` for "importing" classes/interfaces into your current (#646)
Roland Häder [Tue, 17 Jul 2018 05:12:52 +0000 (07:12 +0200)]
Use `use keyword` for "importing" classes/interfaces into your current (#646)

namespace (if any).

Signed-off-by: Roland Häder <roland@mxchange.org>
5 years agoFixes E_NOTICE for absent 'port' element (#645)
Roland Häder [Mon, 16 Jul 2018 23:40:09 +0000 (01:40 +0200)]
Fixes E_NOTICE for absent 'port' element (#645)

Signed-off-by: Roland Häder <roland@mxchange.org>
5 years agoSome notices had been removed / expiring of item related tables in twitter (#643)
Michael Vogel [Sun, 15 Jul 2018 18:40:20 +0000 (20:40 +0200)]
Some notices had been removed / expiring of item related tables in twitter (#643)

* Some notices had been removed / expiring of item related tables in twitter

* Some more ...

5 years ago[testdrive] Fix Friendica official URL
Hypolite Petovan [Sun, 15 Jul 2018 16:52:24 +0000 (12:52 -0400)]
[testdrive] Fix Friendica official URL

5 years ago[piwik] Fix indentation in README
Hypolite Petovan [Sun, 15 Jul 2018 16:52:10 +0000 (12:52 -0400)]
[piwik] Fix indentation in README

5 years agoMerge pull request #642 from MrPetovan/task/add-mastodoncustomemojis-addon
Michael Vogel [Sun, 15 Jul 2018 15:41:58 +0000 (17:41 +0200)]
Merge pull request #642 from MrPetovan/task/add-mastodoncustomemojis-addon

[mastodoncustomemojis] Add new addon

5 years agoMerge pull request #641 from MrPetovan/develop
Michael Vogel [Sat, 14 Jul 2018 21:52:44 +0000 (23:52 +0200)]
Merge pull request #641 from MrPetovan/develop

 [ImgBot] optimizes images

5 years ago[mastodoncustomemojis] Add new addon
Hypolite Petovan [Sat, 14 Jul 2018 10:08:36 +0000 (06:08 -0400)]
[mastodoncustomemojis] Add new addon

5 years agoMerge pull request #3 from MrPetovan/imgbot
Hypolite Petovan [Sat, 14 Jul 2018 06:29:20 +0000 (02:29 -0400)]
Merge pull request #3 from MrPetovan/imgbot

[ImgBot] optimizes images

5 years ago[ImgBot] optimizes images
ImgBotApp [Fri, 13 Jul 2018 14:12:07 +0000 (14:12 +0000)]
[ImgBot] optimizes images

*Total -- 800.45kb -> 573.62kb (28.34%)

/dav/colorpicker/arrow.png -- 26.66kb -> 0.39kb (98.53%)
/jappixmini/jappix/img/wait/wait-medium.png -- 4.03kb -> 0.68kb (83.1%)
/xmpp/converse/css/images/bitcoin_qr_code.png -- 4.12kb -> 1.07kb (73.95%)
/dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/principal.png -- 5.35kb -> 1.60kb (70.15%)
/sniper/70x45.jpg -- 15.15kb -> 5.14kb (66.03%)
/dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/card.png -- 5.56kb -> 1.91kb (65.65%)
/dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/file.png -- 2.77kb -> 1.03kb (62.99%)
/sniper/32x32.jpg -- 13.58kb -> 5.18kb (61.87%)
/dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/addressbook.png -- 7.06kb -> 2.76kb (60.98%)
/sniper/60x60.jpg -- 19.07kb -> 8.73kb (54.24%)
/sniper/80x70.jpg -- 5.10kb -> 2.33kb (54.2%)
/dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/collection.png -- 3.39kb -> 1.60kb (52.76%)
/dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/parent.png -- 3.39kb -> 1.60kb (52.76%)
/sniper/125x125.jpg -- 30.95kb -> 14.77kb (52.28%)
/sniper/80x80hotshotsniper.jpg -- 23.20kb -> 11.29kb (51.33%)
/js_upload/file-uploader/tests/jquery-ui/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png -- 4.32kb -> 2.12kb (51.03%)
/smilies_adult/icons/drunk.gif -- 0.63kb -> 0.31kb (50.46%)
/sniper/100x100.jpg -- 29.77kb -> 15.36kb (48.41%)
/smilies_adult/icons/bong.gif -- 1.82kb -> 0.96kb (47%)
/xmpp/converse/css/images/user.png -- 1.66kb -> 0.93kb (44.08%)
/sniper/150x150.jpg -- 42.74kb -> 23.97kb (43.92%)
/dav/jqueryui/images/ui-bg_gloss-wave_35_f6a828_500x100.png -- 3.67kb -> 2.12kb (42.37%)
/dav/wdcal/css/images/calendar/load-bg.png -- 1.02kb -> 0.60kb (40.98%)
/sniper/180x135.jpg -- 10.22kb -> 6.09kb (40.45%)
/sniper/80x60.jpg -- 7.70kb -> 4.84kb (37.11%)
/ifttt/ifttt.png -- 7.55kb -> 4.79kb (36.51%)
/smiley_pack/icons/sad/crying.png -- 1.23kb -> 0.79kb (35.35%)
/sniper/75x57.jpg -- 8.10kb -> 5.25kb (35.17%)
/sniper/70x60.jpg -- 7.98kb -> 5.22kb (34.59%)
/dav/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/calendar.png -- 4.29kb -> 2.82kb (34.09%)
/sniper/81x67.jpg -- 9.58kb -> 6.42kb (32.96%)
/dav/colorpicker/screenshot.png -- 2.03kb -> 1.38kb (32.19%)
/sniper/73x80.jpg -- 9.23kb -> 6.30kb (31.79%)
/sniper/100x80.jpg -- 12.23kb -> 8.37kb (31.54%)
/sniper/100x75.jpg -- 11.73kb -> 8.08kb (31.1%)
/sniper/120x90hotshotsniper.jpg -- 15.74kb -> 11.00kb (30.15%)
/sniper/140x90.jpg -- 17.28kb -> 12.29kb (28.83%)
/sniper/300x200.jpg -- 16.08kb -> 11.81kb (26.53%)
/sniper/300x300.jpg -- 19.07kb -> 14.30kb (25.03%)
/sniper/335x185.jpg -- 14.99kb -> 11.36kb (24.18%)
/dav/wdcal/css/images/calendar/bubble_combined.png -- 1.92kb -> 1.52kb (20.87%)
/sniper/250x180.jpg -- 38.65kb -> 31.69kb (18%)
/smileybutton/view/smoothly.png -- 0.95kb -> 0.79kb (16.79%)
/xmpp/converse/css/images/overlay.png -- 47.50kb -> 39.89kb (16.01%)
/smileybutton/view/vier.png -- 0.92kb -> 0.78kb (14.57%)
/smiley_pack/icons/food/cake.gif -- 0.65kb -> 0.56kb (13.77%)
/twitter/vendor/abraham/twitteroauth/tests/kitten.jpg -- 210.64kb -> 202.94kb (3.66%)
/smiley_pack/icons/fight/gangs.gif -- 1.71kb -> 1.65kb (2.98%)
/xmpp/converse/css/images/header.jpg -- 30.31kb -> 29.41kb (2.96%)
/statusnet/signinwithstatusnet.png -- 5.67kb -> 5.52kb (2.6%)
/smiley_pack/icons/respect/bravo.gif -- 0.74kb -> 0.72kb (2.5%)
/dav/wdcal/css/images/icons/mtgrsp-decline.gif -- 0.30kb -> 0.29kb (1.32%)
/smiley_pack/icons/fight/dead.gif -- 0.16kb -> 0.16kb (1.2%)
/catavatar/avatars/fur_5.png -- 6.58kb -> 6.50kb (1.08%)
/dav/wdcal/css/images/icons/appt.gif -- 0.56kb -> 0.56kb (1.04%)
/catavatar/avatars/fur_6.png -- 5.70kb -> 5.65kb (0.74%)
/smiley_pack/icons/fight/army.gif -- 2.95kb -> 2.93kb (0.69%)
/dav/wdcal/css/images/icons/mtgrsp-tent.gif -- 0.29kb -> 0.29kb (0.67%)
/smiley_pack/icons/devilangel/angel.gif -- 0.30kb -> 0.30kb (0.64%)
/smiley_pack/icons/confused/shrug.gif -- 0.18kb -> 0.18kb (0.54%)
/dav/wdcal/css/images/icons/calwrkwk.gif -- 0.38kb -> 0.37kb (0.52%)
/smiley_pack/icons/fight/crusader.gif -- 0.39kb -> 0.39kb (0.5%)
/catavatar/avatars/body_12.png -- 12.70kb -> 12.65kb (0.42%)
/smiley_pack/icons/happy/cloud9.gif -- 0.26kb -> 0.26kb (0.38%)

5 years agoMove addon-specific config to config/addon.ini.php
Hypolite Petovan [Thu, 12 Jul 2018 02:56:52 +0000 (22:56 -0400)]
Move addon-specific config to config/addon.ini.php

5 years ago[fortunate] Mark addon as unsupported
Hypolite Petovan [Tue, 10 Jul 2018 12:47:57 +0000 (08:47 -0400)]
[fortunate] Mark addon as unsupported

5 years agoRevert "[fortunate] Move addon to deprecated-addons"
Hypolite Petovan [Tue, 10 Jul 2018 12:44:13 +0000 (08:44 -0400)]
Revert "[fortunate] Move addon to deprecated-addons"

This reverts commit 9ad60dfe4dd8badfc14ae3bd499250c1daf764e8.

5 years ago[pumpio/twitter] Replace global $a with BaseObject::getApp()
Hypolite Petovan [Tue, 10 Jul 2018 12:38:58 +0000 (08:38 -0400)]
[pumpio/twitter] Replace global $a with BaseObject::getApp()

5 years ago[various] Replace direct accesses to $a->config with Config::get
Hypolite Petovan [Tue, 10 Jul 2018 12:38:36 +0000 (08:38 -0400)]
[various] Replace direct accesses to $a->config with Config::get

5 years agoUpdate multiple README.md
Hypolite Petovan [Thu, 28 Jun 2018 13:40:20 +0000 (09:40 -0400)]
Update multiple README.md

- Update geonames, impressum, piwik, public_server, testdrive, twitter

5 years ago[twitter] Add addon config
Hypolite Petovan [Thu, 28 Jun 2018 03:21:24 +0000 (23:21 -0400)]
[twitter] Add addon config

5 years ago[testdrive] Add addon config
Hypolite Petovan [Thu, 28 Jun 2018 03:19:11 +0000 (23:19 -0400)]
[testdrive] Add addon config

- Update mentions of .htconfig.php

5 years ago[pumpio] Add addon config
Hypolite Petovan [Thu, 28 Jun 2018 03:18:58 +0000 (23:18 -0400)]
[pumpio] Add addon config

- Update mentions of .htconfig.php

5 years ago[public_server] Add addon config
Hypolite Petovan [Thu, 28 Jun 2018 03:18:46 +0000 (23:18 -0400)]
[public_server] Add addon config

- Update mentions of .htconfig.php

5 years ago[piwik] Add addon config
Hypolite Petovan [Thu, 28 Jun 2018 03:18:33 +0000 (23:18 -0400)]
[piwik] Add addon config

- Update mentions of .htconfig.php

5 years ago[openstreetmaps] Add addon config
Hypolite Petovan [Thu, 28 Jun 2018 03:18:19 +0000 (23:18 -0400)]
[openstreetmaps] Add addon config

- Update mentions of .htconfig.php

5 years ago[mathjax] Add addon config
Hypolite Petovan [Thu, 28 Jun 2018 03:17:57 +0000 (23:17 -0400)]
[mathjax] Add addon config

- Update mentions of .htconfig.php

5 years ago[libravatar] Add addon config
Hypolite Petovan [Thu, 28 Jun 2018 03:14:39 +0000 (23:14 -0400)]
[libravatar] Add addon config

- Update mentions of .htconfig.php

5 years ago[ldapauth] Add addon config
Hypolite Petovan [Thu, 28 Jun 2018 03:14:29 +0000 (23:14 -0400)]
[ldapauth] Add addon config

- Update mentions of .htconfig.php

5 years ago[impressum] Add addon config
Hypolite Petovan [Thu, 28 Jun 2018 03:13:20 +0000 (23:13 -0400)]
[impressum] Add addon config

- Update mentions to .htconfig.php