Commit Graph

26460 Commits

Author SHA1 Message Date
Hypolite Petovan 035139d388 Add documentation for api/friendica/events endpoint 2020-02-16 12:09:07 -05:00
Hypolite Petovan d3b3f716f8 [API] Add new endpoint api/friendica/events 2020-02-16 12:07:39 -05:00
Michael cceb497bd5 Avoid a fatal error 2020-02-16 15:45:26 +00:00
Michael ee6cceba30 Clarify the effect of "net-publish" 2020-02-16 15:39:44 +00:00
Philipp fc9865176e
Merge pull request #8294 from annando/no-gender
No more gender
2020-02-16 16:16:25 +01:00
Michael 9182879a00 Fix a warning 2020-02-16 11:32:18 +00:00
Michael 3bd1f3a836 No more gender 2020-02-16 10:55:18 +00:00
Hypolite Petovan 797e3a2079
Merge pull request #8292 from annando/issue-8290
Issue 8290: Clicking on the notification count does work again
2020-02-16 04:42:12 -05:00
Hypolite Petovan 682fb7e4e2 Move community module to src/
- Use boundaries pagination instead of number pages
- Trim down community update module output
- Part of https://github.com/friendica/friendica/issues/4090
2020-02-16 04:41:22 -05:00
Michael 15f37a6ef4 Issue 8290: Clicking on the notification count does work again 2020-02-16 09:35:10 +00:00
Hypolite Petovan 5d169a4098 Add System::htmlUpdateExit() method to refactor update modules 2020-02-16 04:32:56 -05:00
Hypolite Petovan e89e606b88 Add new BoundariesPager 2020-02-16 03:23:27 -05:00
Hypolite Petovan 2b4317d472 Remove stripping search term in Pager
- Address https://github.com/friendica/friendica/issues/8216
2020-02-16 03:23:11 -05:00
Tobias Diekershoff ba7f685d8b
Merge pull request #8291 from AlfredSK/AlfredSK-fix-tagcloud
Fix tagcloud widget
2020-02-16 07:58:48 +01:00
Steffen K9 ddaf4d1240
Fix tagcloud widget 2020-02-16 02:05:38 +01:00
Tobias Diekershoff fef920c66f
Merge pull request #8284 from MrPetovan/bug/notices
Correctly initialize post actions button template variable
2020-02-14 07:26:58 +01:00
Hypolite Petovan 0b0309ce8f Remove pager parameter from conversation()
- Add getUrlParameter() Javascript function to determine current page
2020-02-13 23:40:00 -05:00
Hypolite Petovan 2a7de4213f Correctly initialize post actions button template variable
- Address https://github.com/friendica/friendica/issues/7999#issuecomment-586020764
2020-02-13 20:42:15 -05:00
Hypolite Petovan 756de11cda
Merge pull request #8282 from AlfredSK/AlfredSK-frio-notif-bgcolor
Frio: unseen notifications background adjustment
2020-02-13 19:53:17 -05:00
Hypolite Petovan ba3ded16df
Merge pull request #8283 from annando/thread-separator
Frio: Only display item menu separator when there is something to separate
2020-02-13 19:52:41 -05:00
Michael 303fb65574 Frio: Only display item menu separator when there is something to separate 2020-02-13 22:46:27 +00:00
Steffen K9 eb1cddae82
Also change the color value in plusminus 2020-02-13 23:18:08 +01:00
Steffen K9 1efc47c88c
Frio: unseen notifications background adjustment
Background color for unseen notifications slightly changed for better visibility.
2020-02-13 23:15:29 +01:00
Michael Vogel e757d16fc1
Merge pull request #8279 from MrPetovan/task/frio-mobile-actions-buttons
[frio] Add narrow screen short item action button row
2020-02-13 05:38:26 +01:00
Hypolite Petovan 2afdc69c20 [frio] Add narrow screen short item action button row 2020-02-12 21:26:49 -05:00
Michael Vogel 2c856f950d
Merge pull request #8278 from MrPetovan/task/frio-add-comment-form-loading
[frio] Add loading animation on comment form submit
2020-02-12 06:15:13 +01:00
Hypolite Petovan 95b09aaec4 [frio] Add loading animation on comment form submit 2020-02-11 23:45:47 -05:00
Michael Vogel 13a10b8f20
Merge pull request #8277 from MrPetovan/task/8251-use-about-for-pdesc
Remove profile about field double HTML escaping
2020-02-12 05:23:04 +01:00
Hypolite Petovan 1ce5b1d65b Remove profile about field double HTML escaping
- Add BBcode conversion for profile.about in widget/vcard.tpl
2020-02-11 21:38:42 -05:00
Michael Vogel 1eec1349eb Added characters to the disallowed hashtag characters 2020-02-11 23:14:26 +01:00
Hypolite Petovan 6c18e7a064
Merge pull request #8274 from annando/hide-friends
Duplicated "hide-friends" setting removed
2020-02-10 18:32:02 -05:00
Michael 8969af04f9 Duplicated "hide-friends" setting removed 2020-02-10 23:11:28 +00:00
Michael Vogel e80d68ba53
Merge pull request #8261 from MrPetovan/task/8251-use-about-for-pdesc
Use profile.about for profile description
2020-02-10 23:36:59 +01:00
Michael Vogel 8087d88472
Merge pull request #8273 from MrPetovan/bug/frio-more-actions
[frio] Fix more action button position on Firefox
2020-02-10 16:12:31 +01:00
Hypolite Petovan 3e5ec95dcd [frio] Fix more action button position on Firefox 2020-02-10 08:06:12 -05:00
Michael Vogel 01640a7045 Merge pull request #8272 from MrPetovan/bug/8254-regex-url-img
Increase specificity of [url][img] capture regex in BBCode::getAttachedData
2020-02-10 05:32:43 +01:00
Michael Vogel 0e05ff6868 Merge pull request #8269 from MrPetovan/bug/frio-more-actions
[frio] Prevent more action menu to be clipped by the post box
2020-02-10 05:28:58 +01:00
Michael Vogel 8293d5ed0a Merge pull request #8271 from MrPetovan/bug/8229-frio-mobile-back-to-top
[frio] Improve back to top button behavior at bottom of page
2020-02-10 05:08:30 +01:00
Hypolite Petovan d2ca5ccd35 Increase specificity of [url][img] capture regex in BBCode::getAttachedData
- Prevents it from over capturing when there's a [url] tag before the image
2020-02-09 22:19:21 -05:00
Hypolite Petovan 12423b887d
Merge pull request #8270 from nupplaphil/Add-typo
Add lint check in travis-ci
2020-02-09 18:15:27 -05:00
nupplaPhil 27fc506dcf
Add lint check in travis-ci 2020-02-10 00:55:17 +01:00
Hypolite Petovan 5930d94c91 [frio] Improve back to top button behavior at bottom of page 2020-02-09 18:14:06 -05:00
Hypolite Petovan 097620b627
Merge pull request #8230 from AlfredSK/AlfredSK-statistics-query
Changed statistics query for nodeinfo
2020-02-09 17:54:22 -05:00
Hypolite Petovan 2ec3a97393
Merge pull request #8263 from annando/remote-follow
New page for remote follow requests
2020-02-09 17:53:13 -05:00
Hypolite Petovan 4e17aab96a [frio] Prevent more action menu to be clipped by the post box
- Address https://friendica.mrpetovan.com/display/0b6b25a8-615e-3dda-937e-21e937937450
- Move external link back to the post top right
- Prevent more action menu to become semi-transparent on post mouseout
2020-02-09 17:47:41 -05:00
Michael Vogel 5ad3a40647
Update src/Module/RemoteFollow.php
Co-Authored-By: Philipp <admin+Github@philipp.info>
2020-02-09 23:12:00 +01:00
Michael e628d2726b Removed unneeded stuff 2020-02-09 22:08:59 +00:00
Hypolite Petovan 2c56d2f336
Merge pull request #8265 from nupplaphil/task/add_license
Add license headers :-)
2020-02-09 16:34:21 -05:00
nupplaPhil 217d099181
Fix CurlResult copy&pate error 2020-02-09 22:48:04 +01:00
Hypolite Petovan d05db188cb
Merge pull request #8267 from nupplaphil/task/disable_drone
Disable drone.io integration
2020-02-09 16:33:34 -05:00