Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
34463f3
Rename contact table column to ffi_keyword_denylist
MrPetovan Jun 6, 2020
530ff51
Rename system config value to db_log_index_denylist
MrPetovan Jun 6, 2020
8eeb780
Replace remaining instances with "allowlist", "denylist" and "blocklist"
MrPetovan Jun 6, 2020
51a6b0f
Merge pull request #8742 from MrPetovan/task/blocklist-safelist
annando Jun 7, 2020
4c4f2c6
Fix 8742: The pre update is now executed
annando Jun 7, 2020
59bd6fd
Merge pull request #8747 from annando/fix-8742
MrPetovan Jun 7, 2020
01e9bef
[ActivityPub] Add support for more attachments structures
MrPetovan Jun 4, 2020
4d3dd28
Add check for existing attachment in ActivityPub\Processor::construct…
MrPetovan Jun 7, 2020
6665eb7
Merge pull request #8727 from MrPetovan/task/8676-ap-attachments
annando Jun 8, 2020
348b71d
Add new Strings::performWithEscapedBlocks methods
MrPetovan Jun 4, 2020
0bc7b89
Replace existing block escaping by performWitEscaped* calls
MrPetovan Jun 4, 2020
4720181
Add tag escaping to BBCode::setTags
MrPetovan Jun 5, 2020
76460dd
Add tag escaping to Item::setHashtags
MrPetovan Jun 5, 2020
31d6a61
Add tag escaping to tag handling in mod/item
MrPetovan Jun 5, 2020
a132a21
Add documentation about escaping blocks in doc/BBCode
MrPetovan Jun 5, 2020
6774ee6
Ensure strings are provided to BBCode::toPlaintext in include/api
MrPetovan Jun 5, 2020
0c1e876
Remove superfluous indentation level in mod/poco
MrPetovan Jun 8, 2020
89b3ae2
Add null/empty string parameter value case in BBCode::convert
MrPetovan Jun 8, 2020
7d800c8
Fix faulty test expectation in ApiTest->testApiFriendicaNotificationW…
MrPetovan Jun 9, 2020
173264e
Add Twitter User Object and Factory
MrPetovan May 10, 2020
7a5afc1
Implement Twitter contact endpoints
MrPetovan May 10, 2020
8111ede
Add support for max_id parameter in new Twitter contact API endpoints
MrPetovan May 10, 2020
95138ae
[Tests] Extract fixture logic from ApiTest
MrPetovan Jun 9, 2020
5bfbc12
[Tests] Add test for Module\Api\Twitter\ContactEndpoint
MrPetovan Jun 9, 2020
fdb2232
Add quote support in attachment title in ActivityPub\Processor
MrPetovan Jun 9, 2020
6672302
fix-continue-warnings
AlfredSK Jun 9, 2020
140ae4e
Merge pull request #8750 from AlfredSK/fix-continue-warnings
MrPetovan Jun 9, 2020
ad47ff5
Merge pull request #8729 from MrPetovan/bug/8726-mention-parsing
annando Jun 9, 2020
6a23f51
Merge pull request #8749 from MrPetovan/task/8676-ap-attachments
annando Jun 9, 2020
e485836
Fix notice " Undefined index: template in src/Network/Probe.php on li…
annando Jun 9, 2020
0e9331a
Avoid unneeded database calls when showing posts of contacts
annando Jun 9, 2020
8e14836
Merge pull request #8751 from annando/notice
MrPetovan Jun 10, 2020
5f18d27
Merge pull request #8752 from annando/posts-from-id
MrPetovan Jun 10, 2020
2233fa0
Fix issue with Probe returning local baseurl for probed Twitter accounts
MrPetovan Jun 6, 2020
be41095
Add probe data return if Contact::getDetailsByURL didn't yield a resu…
MrPetovan Jun 6, 2020
e7f50a0
Move handle_tag() to Content\Item::replaceTag
MrPetovan Jun 10, 2020
a5f0225
Add mention support to shared content
MrPetovan Jun 6, 2020
1de5f2e
[frio] Improve shared content display
MrPetovan Jun 6, 2020
eaa7740
Remove superfluous code
MrPetovan Jun 6, 2020
9b2d758
Add no-parsing block escaping in BBCode::setMentions
MrPetovan Jun 10, 2020
a5a7855
Remove dependency to App in Contact::createFromProbe
MrPetovan Jun 10, 2020
53b951a
Strip the link preview URL from the end of the body if any in Activit…
MrPetovan Jun 10, 2020
db3f90e
Replace mention to $_SERVER with parameter in Content\Markdown::convert
MrPetovan Jun 10, 2020
873f0b9
Merge pull request #8755 from MrPetovan/bug/notices
annando Jun 10, 2020
e49de92
Simplify the probing process
annando Jun 10, 2020
7919860
Merge pull request #8757 from annando/simplify-probe
MrPetovan Jun 10, 2020
7b35813
Add missing return variable while replacing tags in mod/item
MrPetovan Jun 10, 2020
fefd643
Merge pull request #8758 from MrPetovan/bug/8726-mention-parsing
annando Jun 10, 2020
a5d1c0f
Merge pull request #8754 from MrPetovan/task/8676-ap-attachments
annando Jun 11, 2020
9b85d0b
Merge pull request #8740 from MrPetovan/task/frio-improve-share-display
annando Jun 11, 2020
dcd7553
[frio] Replace only the users table element when reordering on a colu…
MrPetovan Jun 12, 2020
2b6685c
Merge pull request #8761 from MrPetovan/bug/8743-frio-admin-users-tab…
annando Jun 12, 2020
aedbb0d
Merge pull request #8753 from MrPetovan/bug/fatal-errors
annando Jun 12, 2020
cf384da
Fix providing the public key
annando Jun 12, 2020
18745b1
Merge pull request #8765 from annando/fix-pubkey
MrPetovan Jun 12, 2020
2cf3ed6
[frio] Remove duplicate page wrapper in auto_request
MrPetovan Jun 13, 2020
f606971
Clear all previous template variables before replacing Macros in Frie…
MrPetovan Jun 13, 2020
e3f8a65
Merge pull request #8767 from MrPetovan/bug/8746-smarty-vars-leak
annando Jun 13, 2020
b948887
Reduced network request when probing
annando Jun 14, 2020
f10062d
Merge pull request #8617 from MrPetovan/task/8220-twitter-followers-list
annando Jun 14, 2020
7856fd2
2020.06-rc
tobiasd Jun 14, 2020
5f43f56
Merge pull request #8770 from annando/probing
MrPetovan Jun 14, 2020
8ec2b21
Abuse mail received because of "unusual traffic"
annando Jun 14, 2020
6b93a7e
Speed up post update for gsid
annando Jun 14, 2020
da82c3a
redir - clicking on title of own post leads to access denied error
annando Jun 14, 2020
64de416
Merge pull request #8771 from annando/annando/issue8663
MrPetovan Jun 14, 2020
4dc68b3
Merge pull request #8772 from annando/post-update
MrPetovan Jun 14, 2020
322ac89
Merge pull request #8774 from annando/annando/issue8769
MrPetovan Jun 14, 2020
e1dac1a
Categories are not showing up at the bottom of the post
annando Jun 15, 2020
f73ea4b
DE translation update THX copis
tobiasd Jun 15, 2020
743885b
update to the zh-cn translation THX steve jobs
tobiasd Jun 15, 2020
2da9dca
NL translation update THX Casper
tobiasd Jun 15, 2020
855a693
PL translation update THX waldis
tobiasd Jun 15, 2020
cad8748
RU translations THX Alexander An
tobiasd Jun 15, 2020
5b13c9b
Added Estonian translation THX Rain Hawk
tobiasd Jun 15, 2020
9a62f10
Merge pull request #8777 from tobiasd/20200615-lng
annando Jun 15, 2020
6792ead
Merge pull request #8776 from annando/annando/issue8766
MrPetovan Jun 15, 2020
016c999
Different comment limits for single view
annando Jun 16, 2020
c5e5def
Update src/Module/Admin/Site.php
annando Jun 16, 2020
84c56c4
Merge pull request #8779 from annando/max-comments
MrPetovan Jun 16, 2020
8707ced
Hopefully fixes notice "Undefined index: gravity"
annando Jun 16, 2020
f9ecbbd
Exclude [img] tags from tag replacement
MrPetovan Jun 16, 2020
1a86167
Possibly fix "Undefined index: url"
annando Jun 16, 2020
1abde81
Merge pull request #8782 from annando/notice
MrPetovan Jun 16, 2020
df03b19
Merge pull request #8783 from MrPetovan/bug/8488-exclude-img-tags
annando Jun 17, 2020
51925f2
Add new endsWith method to Util\Strings
MrPetovan Jun 17, 2020
3d55ef1
Move drop_items and drop_item out of include/items
MrPetovan Jun 17, 2020
e3d20b4
Move subscribe_to_hub function to Worker/OnePoll from include/items
MrPetovan Jun 17, 2020
eba964e
Deprecate consume_feed() in favor of Protocol\Feed::consume
MrPetovan Jun 17, 2020
f3323af
Deprecate page_info functions to new PageInfo class
MrPetovan Jun 17, 2020
4e7c45f
Add PageInfo result panels to Debug\Babel
MrPetovan Jun 17, 2020
f544c83
Implement pull request feedback
MrPetovan Jun 18, 2020
db9f798
Merge pull request #8784 from MrPetovan/bug/8781-link-preview-unlabel…
annando Jun 18, 2020
cd74fb8
Add new Content\BBCode::getShareOpeningTag
MrPetovan Jun 18, 2020
1f20111
Replace share_header calls with BBCode::getShareOpeningTag
MrPetovan Jun 18, 2020
b9117ce
Remove share_header() function from mod/share
MrPetovan Jun 18, 2020
8c580e0
[Composer] Enforce minimum supported PHP version for package version …
MrPetovan Jun 17, 2020
9281aec
[Composer] Update dependencies ahead of release
MrPetovan Jun 17, 2020
5215e69
Merge pull request #8787 from MrPetovan/task/move-share-header
annando Jun 18, 2020
87f2eff
Merge pull request #8786 from MrPetovan/task/composer
annando Jun 18, 2020
51bae35
Account for contact.ffi_keyword_denylist field being NULL by default …
MrPetovan Jun 19, 2020
aafef02
Replace obsolete anonymity test with a slightly less obsolete one in …
MrPetovan Jun 19, 2020
a83681e
Use Contact::getDetailsByURL instead of custom query in Protocol\OStatus
MrPetovan Jun 19, 2020
03b9a99
Merge pull request #8789 from MrPetovan/bug/fatal-errors
tobiasd Jun 19, 2020
7303920
Update composer.phar to Version 1.10.7
tobiasd Jun 20, 2020
797eff8
Merge pull request #8790 from MrPetovan/bug/notices
tobiasd Jun 20, 2020
5ec8025
Merge pull request #8791 from tobiasd/2020.06-rc
MrPetovan Jun 20, 2020
912ff06
Update getShareOpeningTag::getShareOpeningTag method signature
MrPetovan Jun 21, 2020
d2aa681
Make guid attribute available to convertShare callback
MrPetovan Jun 21, 2020
b77896e
[frio] Add local post link to share block when guid attribute is present
MrPetovan Jun 21, 2020
2b83ec6
Add more expected data to test fixtures
MrPetovan Jun 22, 2020
ad9bac8
Prevent propagation of escape key press when it was used to close aut…
MrPetovan Jun 23, 2020
4e5c315
Merge pull request #8799 from MrPetovan/bug/3084-text-complete-catch-…
tobiasd Jun 23, 2020
251a379
Keep spaces after non-tags in Content\BBCode::convert
MrPetovan Jun 23, 2020
faeffff
[pre] blocks now preserve spaces
MrPetovan Jun 23, 2020
43e6cec
Update user.login_date for authenticated API calls
MrPetovan Jun 23, 2020
677eaf7
Add API login capture 12h cooldown to spare database writes
MrPetovan Jun 23, 2020
2fc0b23
Merge pull request #8801 from MrPetovan/task/8800-pre-whitespaces
tobiasd Jun 23, 2020
f599346
Merge pull request #8802 from MrPetovan/task/8314-api-capture-login
annando Jun 23, 2020
7fd2c00
Merge pull request #8792 from MrPetovan/task/share-block-guid
annando Jun 23, 2020
ae6e9e7
[API] Miscellaneous improvements
MrPetovan Jun 24, 2020
8272b16
[API] Replace unwarranted Item::selectFirstForUser calls in photo end…
MrPetovan Jun 24, 2020
5cf5869
Add type hint to Database::insert
MrPetovan Jun 24, 2020
192576f
Add logging to rare condition in Model\Profile::sidebar
MrPetovan Jun 24, 2020
06b992a
Add expected whitespace before Widget::unavailableNetworks() output i…
MrPetovan Jun 24, 2020
e1e0645
Merge pull request #8809 from MrPetovan/bug/8808-db-error-contact
annando Jun 25, 2020
8b52f8d
credits for the 2020.06 release
tobiasd Jun 25, 2020
b916ec9
double name
tobiasd Jun 25, 2020
1625dfa
Merge pull request #8804 from MrPetovan/bug/warnings
annando Jun 25, 2020
95ed81d
Merge pull request #8805 from MrPetovan/bug/notices
annando Jun 25, 2020
b6c7f24
Replace array_unique with GROUP BY clause in api_fr_photoalbum_delete()
MrPetovan Jun 25, 2020
0740782
Merge pull request #8803 from MrPetovan/bug/8477-api-photo-item-selec…
annando Jun 25, 2020
4d98652
Issue 8807: Improved feed detecting
annando Jun 25, 2020
d8f9bb1
Unify code structure
annando Jun 25, 2020
7822238
Merge pull request #8813 from annando/issue-8807
MrPetovan Jun 25, 2020
019a9d4
New function to fetch contact data by url
annando Jun 26, 2020
a0ee12a
Fix notice "Undefined index: forum"
annando Jun 26, 2020
abd5b2a
Merge pull request #8815 from annando/forum-notice
MrPetovan Jun 26, 2020
50d05ce
Ensure url property of Probe::uri result is used authoritatively
MrPetovan Jun 25, 2020
2c2db55
Add support for mobile profile URL to core twitter probing
MrPetovan Jun 25, 2020
ef56837
Fix receiving non public posts from AP
annando Jun 27, 2020
de19f94
Prevent delivering AP comments to Diaspora
annando Jun 27, 2020
6a64154
Merge pull request #8816 from annando/fix-ap-receiving
tobiasd Jun 27, 2020
e78db3f
Merge pull request #8817 from annando/ap-diaspora-delivery
MrPetovan Jun 27, 2020
0b38826
Simplify sender handle assignment in Model\Mail
MrPetovan Jun 27, 2020
a62cc8d
2020.06 CHANGELOG
tobiasd Jun 27, 2020
44d995a
translations of the addons
tobiasd Jun 27, 2020
64dc351
Fix notice "Undefined index: author-network"
annando Jun 27, 2020
3b70137
Merge pull request #8820 from annando/fix-author-network
MrPetovan Jun 27, 2020
c852e14
Merge pull request #8811 from MrPetovan/task/8517-probe-mobile-twitter
annando Jun 27, 2020
4aacd6e
[frio] Add missing margin above relocate form in admin site
MrPetovan Jun 27, 2020
2756c32
Fix notice "Undefined index: keywords"
annando Jun 28, 2020
713eda1
Empty lines removed
annando Jun 28, 2020
30561fa
Merge pull request #8822 from MrPetovan/bug/8709-frio-admin-site-acco…
annando Jun 28, 2020
a1a9d4f
Fix processing of received coordinates
annando Jun 28, 2020
9bce7aa
Merge pull request #8824 from annando/fix-coord
tobiasd Jun 28, 2020
64ba2f9
Merge pull request #8823 from annando/keyword-notices
tobiasd Jun 28, 2020
7d726db
Improve Module\Admin\Item\Source
MrPetovan Jun 30, 2019
77e0d8c
Merge pull request #8821 from MrPetovan/bug/fix-item-source-route
annando Jun 28, 2020
f611c99
Improve render speed by not probing for unknown contacts
annando Jun 28, 2020
91c8436
Merge pull request #8825 from annando/render-speed
tobiasd Jun 28, 2020
2350c6a
Replace deprecated Logger calls
annando Jun 28, 2020
52bb1ff
Some more replaced logger
annando Jun 28, 2020
f6ae7db
Further deprecated calls replaced
annando Jun 28, 2020
9a47e51
Next logger calls replaced
annando Jun 28, 2020
c947b7f
"print_r" in logging replaced / obsolete stuff removed
annando Jun 29, 2020
a3e775f
Account for false return value of Repository\Notify->insert in notifi…
MrPetovan Jun 29, 2020
8f1635d
Fix database error ""Unknown column 'parent-item.author-id'"
annando Jun 30, 2020
75519a7
Merge pull request #8831 from MrPetovan/bug/fatal-errors
annando Jun 30, 2020
dc5838e
Merge pull request #8826 from annando/fix-logging
MrPetovan Jun 30, 2020
6aadb6b
Changed structure
annando Jun 30, 2020
b9873a8
Merge pull request #8832 from annando/fix-db-error
MrPetovan Jun 30, 2020
9c6fbc6
Update references to the friendica/friendica stable branch
MrPetovan Jun 15, 2020
17cf2c6
Update references to the friendica/friendica-addons stable branch
MrPetovan Jun 15, 2020
20a4799
Update references to the friendica/friendica-directory stable branch
MrPetovan Jun 15, 2020
06a18ab
Merge pull request #8834 from MrPetovan/task/introduce-stable-branch
annando Jun 30, 2020
d8cf364
indentation
tobiasd Jul 1, 2020
bf89318
PL translation update THX Walis
tobiasd Jul 1, 2020
149896e
EN US and GB translation updates THX AndyH3
tobiasd Jul 1, 2020
a9af0ca
Merge pull request #8835 from tobiasd/20200701-lng
MrPetovan Jul 1, 2020
d5acd5f
Add expected support for sort strings in select() parameters
MrPetovan Jul 2, 2020
ecb9eec
Merge pull request #8837 from MrPetovan/bug/8829-add-expected-sort-st…
tobiasd Jul 2, 2020
78b424c
Add support for "hs2019" algorithm value in Util\HTTPSignature
MrPetovan Jul 4, 2020
6ead246
Account for falsy values for $forum_contact in mod/item
MrPetovan Jul 4, 2020
416f6c8
Ensure $contact_record is an array in mod/item
MrPetovan Jul 4, 2020
0877652
Merge pull request #8842 from MrPetovan/bug/warnings
tobiasd Jul 5, 2020
59c42a9
Merge pull request #8841 from MrPetovan/task/8839-httpsignature-hs2019
annando Jul 6, 2020
b491006
Rename -q option to -y for user delete console command
MrPetovan Jul 6, 2020
6cde7af
Exclude deleted user accounts from "active" user list in Model\User
MrPetovan Jul 6, 2020
e121db8
Rework "follow" to fix probing issues
annando Jul 6, 2020
afdb827
Merge pull request #8850 from annando/fix-follow
MrPetovan Jul 6, 2020
99de216
Issue 8844: Fiy probing of unknown AP contacts
annando Jul 7, 2020
01db488
Merge pull request #8849 from MrPetovan/task/8846-console-user-tweaks
annando Jul 7, 2020
5c0e079
Merge pull request #8851 from annando/issue-8844
MrPetovan Jul 7, 2020
f2adec6
Add error handling in Module\Xrd
MrPetovan Jul 8, 2020
1f0b769
Add error handling in Module\Profile\Status
MrPetovan Jul 8, 2020
68ecbce
Add logging to unexpected case in Content\Nav
MrPetovan Jul 8, 2020
77e272e
Issue 8836: Point the event to the local post
annando Jul 8, 2020
966738e
Use the "orig_title"
annando Jul 8, 2020
747eac2
Merge pull request #8852 from MrPetovan/bug/notices
annando Jul 8, 2020
e683bd6
Merge pull request #8853 from annando/issue-8836
MrPetovan Jul 8, 2020
5ce13b2
Add check for exif data existence in mod/photos
MrPetovan Jul 9, 2020
04c95a5
Move logged in logging where it makes sense in include/api
MrPetovan Jul 9, 2020
d9b8a1f
Add missing $a->profile initialization in mod/cal
MrPetovan Jul 9, 2020
2db04b0
Add check for parent item existence in Model\UserItem::setNotificatio…
MrPetovan Jul 9, 2020
ad66a92
Add check for $a->profile structure in Module\HoverCard
MrPetovan Jul 9, 2020
cb03418
Add checks for $a->user existence
MrPetovan Jul 9, 2020
1f88bb8
Fix the plink for reshared Diaspora posts
annando Jul 9, 2020
56b652e
Merge pull request #8855 from annando/diaspora-plink
MrPetovan Jul 9, 2020
ced0eff
Merge pull request #8854 from MrPetovan/bug/notices
annando Jul 9, 2020
af6f6d4
Fix speed issues with the network page
annando Jul 9, 2020
e5269c5
Merge pull request #8856 from annando/db-speed
MrPetovan Jul 9, 2020
c656aea
Issue 8857: Fix follow accept answers
annando Jul 10, 2020
fcb3744
Fix unneeded database functions in the callstack
annando Jul 10, 2020
ca6c95f
Merge pull request #8859 from annando/fix-callstack
MrPetovan Jul 10, 2020
42a3f27
Merge pull request #8858 from annando/issue-8857
MrPetovan Jul 10, 2020
87f054a
Fix message "empty network" in gcontact::getid
annando Jul 10, 2020
84d8753
Remove the locking to improve performance
annando Jul 10, 2020
52b2f67
Merge pull request #8861 from annando/fix-empty-network
MrPetovan Jul 10, 2020
63dc695
Issue 8860: Activities weren't fetchable all the time
annando Jul 11, 2020
01911d9
Add default value for potentially missing keyhash property in mod/salmon
MrPetovan Jul 11, 2020
b4eea62
Add another check for $a->user in Content\Nav
MrPetovan Jul 11, 2020
32a8f50
Add provision for result containing only connector profiles in Contac…
MrPetovan Jul 11, 2020
2af20ea
Fix wrong condition in Diaspora\Fetch
MrPetovan Jul 11, 2020
e91daf8
Add logging for unexpected Search::searchGlobalContact return in Modu…
MrPetovan Jul 11, 2020
fb18325
Don't check the date on regular feeds
annando Jul 11, 2020
7f515cd
Merge pull request #8863 from MrPetovan/bug/notices
annando Jul 11, 2020
db7736c
Merge pull request #8864 from annando/feed-date
MrPetovan Jul 11, 2020
090fa78
Merge pull request #8862 from annando/issue-8860
MrPetovan Jul 11, 2020
b107a49
Make feeds validate
annando Jul 11, 2020
e5a336f
Merge remote-tracking branch 'upstream/2020.06-rc' into valid-feed
annando Jul 11, 2020
0100e0d
Some more invalid feed elements
annando Jul 11, 2020
09bb0df
Merge pull request #8865 from annando/valid-feed
MrPetovan Jul 11, 2020
cd68341
updated closed issue numbers
tobiasd Jul 12, 2020
66da997
Merge pull request #8812 from tobiasd/2020.06-credits
tobiasd Jul 12, 2020
d8c669c
enhanced blockbot list and a potential release date
tobiasd Jul 12, 2020
8192872
Issue 8866: Fix fetching feed links with missing base
annando Jul 12, 2020
5fefe7e
Merge pull request #8867 from annando/issue-8866
MrPetovan Jul 12, 2020
03eae81
an issue closed
tobiasd Jul 12, 2020
390f6be
Merge pull request #8819 from tobiasd/2020.06-CHANGELOG
tobiasd Jul 12, 2020
dc42dbb
Merge branch '2020.06-rc' into stable
tobiasd Jul 12, 2020
98eb53c
Version 2020.07
tobiasd Jul 12, 2020
760e379
DE translation update THX Gerhard Hallstein
tobiasd Aug 19, 2020
d26d644
Merge pull request #9034 from tobiasd/20200819-lng
MrPetovan Aug 19, 2020
2ce15ca
Use router parameters in Admin modules
MrPetovan Sep 8, 2020
9bc2c5a
Normalize use of form security tokens in Admin modules
MrPetovan Sep 8, 2020
3efa864
Fix security vulnerability in admin modules
MrPetovan Sep 8, 2020
fb721f8
Merge pull request #9166 from MrPetovan/bug/phpinfo-accessible-hotfix
tobiasd Sep 8, 2020
717121c
update CREDITS and CHANGELOG for the 2020.07-1 hotfix release
tobiasd Sep 8, 2020
7679ff1
Version 2020.07-1
tobiasd Sep 8, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 14 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
codecov:
branch: develop
ci:
- drone.friendi.ca

coverage:
precision: 2
round: down
range: "70...100"
status:
project: off
patch: off

comment: off
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# editorconfig tool configuration
# see http://editorconfig.org for docs

root = true

[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespaces = true
indent_style = tab
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Disable LF normalization for all files
* -text
15 changes: 15 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Expected behavior

### Actual behavior

### Steps to reproduce the problem

### Friendica version you encountered the problem

see `example.com/friendica` on your Friendica node for the version information.

### Friendica source (git, zip)

### PHP version

### SQL version
77 changes: 73 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,81 @@
favicon.*
.htconfig.php
/.htconfig.php
/.htpreconfig.php
\#*
include/jquery-1.4.2.min.js
*.log
*.out
*.version*
favicon.*
home.html
addon
*~
robots.txt

#ignore local config
/config/local.config.php
/config/addon.config.php
/config/local.ini.php
/config/addon.ini.php

#ignore documentation, it should be newly built
/doc/html

#ignore reports, should be generated with every build
report/

#ignore config files from eclipse, we don't want IDE files in our repository
.project
.buildpath
.externalToolBuilders
.settings

#ignore OSX .DS_Store files
.DS_Store

#ignore NetBeans IDE's private files (at least)
/nbproject/private/

Ignore config files from VSCode
/.vscode/

#ignore smarty cache
/view/smarty3/compiled/

#ignore cache folders
/privacy_image_cache/
/photo/
/proxy/
nbproject

#ignore vagrant dir
.vagrant/

#ignore local folder
/local/

#ignore config files from Visual Studio
/.vs/
/php_friendica.phpproj
/php_friendica.sln
/php_friendica.phpproj.user

#ignore things from transifex-client
venv/

#ignore Composer dependencies
/vendor
/view/asset

#ignore config files from JetBrains
/.idea

#ignore addons directory
/addons
/addon

#ignore .htaccess
.htaccess

#ignore filesystem storage default path
/storage

#Ignore log folder
/log
File renamed without changes.
24 changes: 0 additions & 24 deletions .htaccess

This file was deleted.

40 changes: 40 additions & 0 deletions .htaccess-dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Options -Indexes
AddType application/x-java-archive .jar
AddType audio/ogg .oga
#AddHandler php53-cgi .php

<FilesMatch "\.(out|log)$">
<IfModule authz_host_module>
#Apache 2.4
Require all denied
</IfModule>
<IfModule !authz_host_module>
#Apache 2.2
Deny from all
</IfModule>
</FilesMatch>

<IfModule mod_rewrite.c>
RewriteEngine on
# Protect repository directory from browsing
RewriteRule "(^|/)\.git" - [F]

# Rewrite current-style URLs of the form 'index.php?pagename=x'.
# Also place auth information into REMOTE_USER for sites running
# in CGI mode.

# If you have troubles or use VirtualDocumentRoot
# uncomment this and set it to the path where your friendica installation is
# i.e.:
# Friendica url: http://some.example.com
# RewriteBase /
# Friendica url: http://some.example.com/friendica
# RewriteBase /friendica/
#
#RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]

</IfModule>
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
language: php
## Friendica officially supports PHP version >= 7.1
php:
- 7.1
- 7.2
- 7.3

services:
- mysql
- redis
- memcached
env:
- MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_USERNAME=travis MYSQL_PASSWORD="" MYSQL_DATABASE=test

install:
- composer install
before_script:
- cp config/local-sample.config.php config/local.config.php
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
- mysql -utravis test < database.sql
- pecl channel-update pecl.php.net
- pecl config-set preferred_state beta
- phpenv config-add .travis/redis.ini
- phpenv config-add .travis/memcached.ini

script:
- vendor/bin/parallel-lint --exclude vendor/ --exclude view/asset/ .
- vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml

after_success: bash <(curl -s https://codecov.io/bash)
4 changes: 4 additions & 0 deletions .travis/apcu.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
extension="apcu.so"

apc.enabled = 1
apc.enable_cli = 1
1 change: 1 addition & 0 deletions .travis/memcached.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extension="memcached.so"
1 change: 1 addition & 0 deletions .travis/redis.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extension="redis.so"
9 changes: 9 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[main]
host = https://www.transifex.com

[friendica.messagespo]
file_filter = view/lang/<lang>/messages.po
source_file = view/lang/C/messages.po
source_lang = en
type = PO

Loading