Commit Graph

28130 Commits

Author SHA1 Message Date
Michael Vogel 8291e3e77b
Merge pull request #9045 from realkinetix/apcu-default-config-mention
APCu default config mention
2020-08-22 06:49:52 +02:00
Michael 3c85f3ce99 Fetch followers/followings locally 2020-08-21 21:27:40 +00:00
Adam Clark fd8ca41210 Fix-up comment regarding various cache options for APCu 2020-08-21 14:02:06 -07:00
Michael e9d6fb9aaa Store the cached avatars at the public contact 2020-08-21 18:41:48 +00:00
Michael 7990d08ad6 Delete the photo entries when a user or contact is removed 2020-08-21 18:39:18 +00:00
Michael cbdaf6298a New foreign key for the "photo" table 2020-08-21 18:37:58 +00:00
Adam Clark 820eed1ebf Merge branch 'develop' of https://github.com/friendica/friendica into develop
Updating...
2020-08-21 11:22:26 -07:00
Hypolite Petovan c9c6eca8a6
Merge pull request #9033 from nupplaphil/bug/travis
Replace Travis CI with Github Actions
2020-08-21 11:18:23 -04:00
Philipp Holzer 6e45fd49f3
Statically set "nickname" for user-field in API tests, because there is no authentication action. 2020-08-21 16:21:36 +02:00
Philipp Holzer 3c35901380
Fix "location" entry for contacts in API test dataset 2020-08-21 16:11:37 +02:00
Hypolite Petovan 313fdb94bd
Merge pull request #9043 from tobiasd/20200821-fixingthemes
HOTFIX to make all themes (but frio) working again
2020-08-21 08:05:15 -04:00
Tobias Diekershoff 3f6ca6345e HOTFIX to make all themes (but frio) working again 2020-08-21 06:57:54 +02:00
Adam Clark 0388281e86 Merge branch 'develop' of https://github.com/friendica/friendica into develop
Today's upstream develop update.
2020-08-20 14:47:06 -07:00
Michael Vogel 61a2b225bb
Merge pull request #9041 from MrPetovan/bug/notices
Fix various notices
2020-08-20 16:21:18 +02:00
Hypolite Petovan 78f6ea94bb Check for parent existence in Protocol\DFRN
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-660263687
2020-08-20 09:34:37 -04:00
Hypolite Petovan b4d59c25a8 Return early if $a->user is absent in BaseModule
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-660266026
2020-08-20 09:32:20 -04:00
Hypolite Petovan 40d12b85c4 Loop on expected fields instead of existing fields in Settings\UserExport
- We don't delete fields, so there can be more fields in the database than in the DB structure
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-663875895
2020-08-20 09:30:50 -04:00
Hypolite Petovan ac90387d82 Fix wrong contact array key reference in Search\Acl
- Addresses https://github.com/friendica/friendica/issues/8877#issuecomment-672189155
2020-08-20 09:23:00 -04:00
Hypolite Petovan 7c16a25fc9 Account for $nav_bg not being set in frio/php/default
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-677319560
2020-08-20 09:21:44 -04:00
Tobias Diekershoff 9cff999974
Merge pull request #9040 from annando/fix-polling
Fix: Feeds and mail accounts hadn't been fetched reliably
2020-08-20 10:58:06 +02:00
Michael 3a1fef43b2 Fix: Feeds and mail accounts hadn't been fetched reliably 2020-08-20 08:37:56 +00:00
Tobias Diekershoff 0d1fa70e2e
Merge pull request #9039 from MrPetovan/task/frio-accent-scheme
[frio] Add accented schemes including dark scheme and black scheme
2020-08-20 07:01:40 +02:00
Hypolite Petovan 062063c5e5 [frio] Add black accented scheme 2020-08-19 23:12:52 -04:00
Hypolite Petovan 907222da53 [frio] Add dark accented scheme 2020-08-19 23:12:52 -04:00
Hypolite Petovan e4a1ace3ad [frio] Add more color accents 2020-08-19 23:12:52 -04:00
Hypolite Petovan cb588eb535 [frio] Add scheme accent feature
- Add new accented scheme light
- Add first accent blue
2020-08-19 23:12:48 -04:00
Hypolite Petovan f91b3130f9
Merge pull request #9038 from annando/check-announcer
Fix sharing detection on reshares
2020-08-19 23:01:24 -04:00
Hypolite Petovan 91a1e5df91 Add more references to theme.php 2020-08-19 22:54:12 -04:00
Michael 707af437e2 Fix sharing detection on reshares 2020-08-20 02:49:02 +00:00
Hypolite Petovan 17dbffe824
Merge pull request #9032 from annando/local-access
Some more local network access are removed
2020-08-19 16:16:56 -04:00
Hypolite Petovan 69aae82f5d
Merge pull request #9036 from annando/clear-cache
Cache clearing rearrangements
2020-08-19 15:43:24 -04:00
Michael 67174f5762 fix reversed "if" 2020-08-19 19:41:22 +00:00
Hypolite Petovan 49c489c646
Merge pull request #9037 from annando/fix-network-view
Fix the network view
2020-08-19 15:21:39 -04:00
Hypolite Petovan 6e45db7bf2
Merge pull request #9035 from annando/daemon-cooldown
Adding a cooldown phase for the daemon
2020-08-19 15:18:20 -04:00
Michael 2b13fc8efe Fix the network view 2020-08-19 19:10:30 +00:00
Michael 98dd15ec9a Adding a cooldown phase for the daemon 2020-08-19 18:21:40 +00:00
Michael 66bfb9e76f Cache clearing rearrangements 2020-08-19 18:16:48 +00:00
Michael 52a933c4c9 Different check for being local 2020-08-19 12:47:14 +00:00
Philipp Holzer 672f71a7ff
Disable testImagickNotFound due low impact and test is not working (needs care in the future) 2020-08-19 14:20:07 +02:00
Philipp Holzer 6ad27183a1
Fix Cache tests 2020-08-19 14:20:07 +02:00
Philipp Holzer 16591077ac
Fix Database $_SERVER usage and remove old .travis files 2020-08-19 14:20:07 +02:00
Philipp Holzer 0b98d67b80
Enable Github Actions 2020-08-19 14:20:07 +02:00
Michael b82f22aa0e Fix missing field 2020-08-19 08:20:31 +00:00
Michael 38ed5c943d Avoid probing non existing profiles 2020-08-19 05:24:53 +00:00
Michael 3d1829ede5 Don't poll locally / user self data 2020-08-19 05:18:19 +00:00
Michael eb95314aaa Avoid locally probing last item via network 2020-08-19 04:45:31 +00:00
Michael 29494ea721 Avoid local network requests 2020-08-19 04:11:20 +00:00
Hypolite Petovan 5c3d077dfb
Merge pull request #9031 from annando/default-avatar
Use a constant for the contact photos / don't cache them
2020-08-18 18:29:22 -04:00
Michael ce2af84cba Use a constant for the contact photos / dom't cache them 2020-08-18 22:18:48 +00:00
Hypolite Petovan 4a1cf0e00a
Merge pull request #9030 from annando/avatar-constant
Using a constant value for the default avatar
2020-08-18 16:37:01 -04:00