]>
git.mxchange.org Git - friendica.git/log
Michael Vogel [Mon, 18 Nov 2019 06:39:56 +0000 (07:39 +0100)]
Fix fatal errors, caused by an empty "verb"
Hypolite Petovan [Sun, 17 Nov 2019 19:55:51 +0000 (14:55 -0500)]
Merge pull request #7841 from annando/ap-link
AP: Remove the link description from the "rich html" and adds it to the attachment
Michael [Sun, 17 Nov 2019 18:12:20 +0000 (18:12 +0000)]
Readded empty line
Michael [Sun, 17 Nov 2019 18:10:12 +0000 (18:10 +0000)]
AP: Remove the link description from the "rich html" and adds it to the attachment
Hypolite Petovan [Fri, 15 Nov 2019 14:52:41 +0000 (09:52 -0500)]
Merge pull request #7839 from annando/siteinfo
Don't guess the site info / restrict the description length
Michael Vogel [Fri, 15 Nov 2019 13:28:42 +0000 (14:28 +0100)]
Don't guess the site info / restrict the description length
Tobias Diekershoff [Fri, 15 Nov 2019 07:20:39 +0000 (08:20 +0100)]
Merge pull request #7837 from casperrutten/develop
Update vagrant_provision.sh
Casper [Thu, 14 Nov 2019 22:36:36 +0000 (22:36 +0000)]
Merge pull request #1 from friendica/develop
Update from friendica/friendica
Casper [Thu, 14 Nov 2019 21:36:29 +0000 (21:36 +0000)]
Update vagrant_provision.sh
Line 20-27 -> add slash at the end of every entry and removed empty entries.
Caused error in creating .csr file
PS. the virtualbox-guest-x11 is not in the given debian repository. Better take an Ubuntu repository
Also inserted:
sudo apt-get install -y ubuntu-desktop
sudo systemctl set-default graphical.target
to install a desktop environment
Hypolite Petovan [Wed, 13 Nov 2019 16:29:22 +0000 (11:29 -0500)]
Merge pull request #7833 from annando/read-source
AP: Read different content types for the source and the content
Michael [Wed, 13 Nov 2019 16:22:20 +0000 (16:22 +0000)]
AP: Read different content types for the source and the content
Philipp [Wed, 13 Nov 2019 07:09:07 +0000 (08:09 +0100)]
Merge pull request #7832 from annando/ap-rich-mention
Fix: Mentions in the HTML part of the "contentMap" now are links
Michael [Wed, 13 Nov 2019 06:43:36 +0000 (06:43 +0000)]
Fix: Mentions in the HTML part of the "contentMap" now are links
Hypolite Petovan [Tue, 12 Nov 2019 21:30:36 +0000 (16:30 -0500)]
Merge pull request #7831 from annando/contentmap
ActivityPub: Use the contentMap to transmit additional content encodings
Michael [Tue, 12 Nov 2019 20:22:35 +0000 (20:22 +0000)]
Use the contentMap to transmit additional content encodings
Hypolite Petovan [Tue, 12 Nov 2019 12:14:27 +0000 (07:14 -0500)]
Merge pull request #7829 from annando/picture-links
Fix image links with descriptions in API and AP transmission
Michael [Mon, 11 Nov 2019 23:13:36 +0000 (23:13 +0000)]
Better function name
Michael [Mon, 11 Nov 2019 22:37:50 +0000 (22:37 +0000)]
Fix image links with descriptions in API and AP transmission
Hypolite Petovan [Sat, 9 Nov 2019 21:48:26 +0000 (16:48 -0500)]
Merge pull request #7828 from nupplaphil/task/move_enotify
Remove unnecessary code in "include/enotify"
Philipp Holzer [Sat, 9 Nov 2019 21:00:04 +0000 (22:00 +0100)]
Remove deprecated method to find duplicates (issue from 2013)
Philipp Holzer [Sat, 9 Nov 2019 20:46:50 +0000 (21:46 +0100)]
Remove unnecessary hash function.
- Was introduced for getting the last inserted ID before "lastInstertID()" was possible
- See https://github.com/duthied/Free-Friendika/commit/
b821399f001cd4082707ba9fb6df9c419e0b8e5e #diff-a8e86a3c07531e66a3b0b4c8b4b07879R148
Philipp [Sat, 9 Nov 2019 20:48:58 +0000 (21:48 +0100)]
Merge pull request #7827 from MrPetovan/bug/7821-page-flags-255
User account page flags is stored as 255
Hypolite Petovan [Sat, 9 Nov 2019 14:12:20 +0000 (09:12 -0500)]
Use correct variable to store user.hidewall in mod/settings
Hypolite Petovan [Sat, 9 Nov 2019 14:12:10 +0000 (09:12 -0500)]
Use correct variable to store user.page-flags in mod/settings
Hypolite Petovan [Sat, 9 Nov 2019 06:09:26 +0000 (01:09 -0500)]
[hotfix] Fix syntax error in Module\Register
- Prevents registration
- Addresses https://github.com/friendica/friendica/issues/7675#issuecomment-
552070076
Hypolite Petovan [Sat, 9 Nov 2019 05:36:56 +0000 (00:36 -0500)]
Merge pull request #7826 from annando/pin3
Pinning: Missing file added
Michael [Sat, 9 Nov 2019 03:17:18 +0000 (03:17 +0000)]
Pinning: Missing file added
Hypolite Petovan [Fri, 8 Nov 2019 18:56:20 +0000 (13:56 -0500)]
Merge pull request #7824 from annando/pin2
Pinning now works as expected
Michael [Fri, 8 Nov 2019 18:07:54 +0000 (18:07 +0000)]
Icons do now appear on smoothly and duepuntezero as well
Michael [Fri, 8 Nov 2019 10:25:50 +0000 (10:25 +0000)]
Improved icons
Michael [Fri, 8 Nov 2019 06:52:44 +0000 (06:52 +0000)]
Pinned posts now work for visitors in the intended way
Hypolite Petovan [Thu, 7 Nov 2019 20:51:05 +0000 (15:51 -0500)]
[hotfix] Prevent fatal error in profile with pinned posts
- `$a->profile['profile_uid']` may not be set
- Addresses https://github.com/friendica/friendica/issues/7675#issuecomment-
551255174
Hypolite Petovan [Thu, 7 Nov 2019 20:10:03 +0000 (15:10 -0500)]
Merge pull request #7823 from annando/pin
We can now pin posts
Michael [Thu, 7 Nov 2019 07:41:54 +0000 (07:41 +0000)]
Added description, removed sorting
Michael [Thu, 7 Nov 2019 07:39:50 +0000 (07:39 +0000)]
Only sort the profile after pinned
Michael [Thu, 7 Nov 2019 07:09:46 +0000 (07:09 +0000)]
Pinned items are always at the top
Michael [Thu, 7 Nov 2019 06:53:18 +0000 (06:53 +0000)]
show pinned items
Philipp [Thu, 7 Nov 2019 06:14:30 +0000 (07:14 +0100)]
Merge pull request #7822 from MrPetovan/task/router-parameter-content
Pass Router parameters to module content method
Michael [Thu, 7 Nov 2019 05:39:15 +0000 (05:39 +0000)]
We can now pin our own posts
Hypolite Petovan [Thu, 7 Nov 2019 03:34:38 +0000 (22:34 -0500)]
Pass Router parameter to module content method
Hypolite Petovan [Wed, 6 Nov 2019 20:23:33 +0000 (15:23 -0500)]
Merge pull request #7820 from annando/fix-warning
Fix a notice
Michael [Wed, 6 Nov 2019 19:17:40 +0000 (19:17 +0000)]
Fix a notice
Hypolite Petovan [Wed, 6 Nov 2019 15:28:22 +0000 (10:28 -0500)]
Merge pull request #7819 from annando/pinned
Added parameters to module classes
Michael [Tue, 5 Nov 2019 22:28:12 +0000 (22:28 +0000)]
Changed exceptions
Michael [Tue, 5 Nov 2019 22:13:33 +0000 (22:13 +0000)]
Exceptions
Michael [Tue, 5 Nov 2019 22:03:02 +0000 (22:03 +0000)]
removed space
Michael [Tue, 5 Nov 2019 22:01:45 +0000 (22:01 +0000)]
Readded removed comments
Michael [Tue, 5 Nov 2019 21:51:47 +0000 (21:51 +0000)]
Remove falsely added files
Michael [Tue, 5 Nov 2019 21:48:54 +0000 (21:48 +0000)]
parameters now are having a default value and are optional
Michael [Tue, 5 Nov 2019 20:28:35 +0000 (20:28 +0000)]
Redo some changes
Michael [Tue, 5 Nov 2019 20:22:54 +0000 (20:22 +0000)]
Added parameters
Michael [Tue, 5 Nov 2019 19:16:26 +0000 (19:16 +0000)]
Added parameter to rawContent
Michael [Tue, 5 Nov 2019 19:16:11 +0000 (19:16 +0000)]
New module to pin posts
Philipp [Tue, 5 Nov 2019 08:05:06 +0000 (09:05 +0100)]
Merge pull request #7818 from annando/module-parameters
Pass the parameters from the router to the modules
Michael [Tue, 5 Nov 2019 06:51:19 +0000 (06:51 +0000)]
Making tests happy
Michael [Tue, 5 Nov 2019 05:03:05 +0000 (05:03 +0000)]
Pass the parameters from the router to the modules
Philipp [Mon, 4 Nov 2019 10:03:54 +0000 (11:03 +0100)]
Merge pull request #7812 from tobiasd/
20191103 -tarpid
a hidden field for the registration form
Philipp [Mon, 4 Nov 2019 09:38:18 +0000 (10:38 +0100)]
Merge pull request #7816 from tobiasd/
20191104 -msg
regen messages.po after Hackathon 2019
Tobias Diekershoff [Mon, 4 Nov 2019 09:30:15 +0000 (10:30 +0100)]
regen messages.po after Hackathon 2019
Michael Vogel [Mon, 4 Nov 2019 06:51:37 +0000 (07:51 +0100)]
Merge pull request #7815 from tobiasd/
20191104 -template
add missing template for userexport
Tobias Diekershoff [Mon, 4 Nov 2019 06:44:47 +0000 (07:44 +0100)]
add missing frio template
Tobias Diekershoff [Mon, 4 Nov 2019 06:21:45 +0000 (07:21 +0100)]
move frio template
Philipp [Sun, 3 Nov 2019 23:37:38 +0000 (00:37 +0100)]
Merge pull request #7814 from tobiasd/
20191103 -maxsize
Add missing quotation
Tobias Diekershoff [Sun, 3 Nov 2019 21:47:57 +0000 (22:47 +0100)]
add missing quotation
Philipp [Sun, 3 Nov 2019 19:28:08 +0000 (20:28 +0100)]
Merge pull request #7806 from tobiasd/
20191102 -csvexport
added export and import of followed contacts to and from CSV files
Philipp [Sun, 3 Nov 2019 19:26:14 +0000 (20:26 +0100)]
Merge pull request #7813 from tobiasd/
20191103 -cats
move link generation into the loop
Tobias Diekershoff [Sun, 3 Nov 2019 18:57:32 +0000 (19:57 +0100)]
move link generation into the loop
Tobias Diekershoff [Sun, 3 Nov 2019 16:37:53 +0000 (17:37 +0100)]
ypot
Tobias Diekershoff [Sun, 3 Nov 2019 16:31:01 +0000 (17:31 +0100)]
use config var in settings form
Tobias Diekershoff [Sun, 3 Nov 2019 16:25:09 +0000 (17:25 +0100)]
add config variable for max file size of CSV file
Tobias Diekershoff [Sun, 3 Nov 2019 16:11:24 +0000 (17:11 +0100)]
use placeholder
Tobias Diekershoff [Sun, 3 Nov 2019 16:05:06 +0000 (17:05 +0100)]
add a tar pid to the registration form
Hypolite Petovan [Sun, 3 Nov 2019 15:58:33 +0000 (10:58 -0500)]
Merge pull request #7811 from tobiasd/
20191103 -clickoncat
categories of postings linked
Tobias Diekershoff [Sun, 3 Nov 2019 15:34:58 +0000 (16:34 +0100)]
create URL for categories
Tobias Diekershoff [Sun, 3 Nov 2019 14:55:58 +0000 (15:55 +0100)]
add links to cat.url
Tobias Diekershoff [Sun, 3 Nov 2019 14:53:32 +0000 (15:53 +0100)]
really there is no App
Tobias Diekershoff [Sun, 3 Nov 2019 14:07:29 +0000 (15:07 +0100)]
there was no App
Philipp [Sun, 3 Nov 2019 13:45:57 +0000 (14:45 +0100)]
Merge pull request #7809 from hoergen/Plusminus
Plusminus Scheme for Frio improved contacts and visibility
Tobias Diekershoff [Sun, 3 Nov 2019 13:42:07 +0000 (14:42 +0100)]
Merge pull request #7810 from annando/diaspora-add-contact
Diaspora: Use the standard function for adding a relationship
Michael [Sun, 3 Nov 2019 13:35:41 +0000 (13:35 +0000)]
Diaspora: Use the standard function for adding a relationship
Tobias Diekershoff [Sun, 3 Nov 2019 13:34:36 +0000 (14:34 +0100)]
add documentation for contact exports
Tobias Diekershoff [Sun, 3 Nov 2019 13:03:11 +0000 (14:03 +0100)]
mv q() to DBA::select()
hoergen [Sun, 3 Nov 2019 12:39:42 +0000 (13:39 +0100)]
improved contacts and visibility
Tobias Diekershoff [Sun, 3 Nov 2019 11:59:14 +0000 (12:59 +0100)]
we only need one contact export, D* _only_ exports the entire profile
Tobias Diekershoff [Sat, 2 Nov 2019 23:12:16 +0000 (00:12 +0100)]
added export and import of followed contacts to and from CSV files
Tobias Diekershoff [Sat, 2 Nov 2019 21:31:01 +0000 (22:31 +0100)]
Merge pull request #7805 from annando/duplicated-system
Another duplicated "use" removed
Michael [Sat, 2 Nov 2019 21:29:16 +0000 (21:29 +0000)]
Another duplicated "use" removed
Tobias Diekershoff [Sat, 2 Nov 2019 21:26:26 +0000 (22:26 +0100)]
Merge pull request #7804 from annando/duplicated-system
Removed duplicated "use system"
Michael [Sat, 2 Nov 2019 21:24:22 +0000 (21:24 +0000)]
Removed duplicated "use system"
Michael Vogel [Sat, 2 Nov 2019 20:20:38 +0000 (21:20 +0100)]
Merge pull request #7798 from MrPetovan/task/rework-photo-functions
Rework photo functions
Philipp [Sat, 2 Nov 2019 19:36:39 +0000 (20:36 +0100)]
Merge pull request #7749 from MrPetovan/bug/7740-frio-hovercard-add-unfollow
[frio] Rework hovercard actions
Hypolite Petovan [Sat, 2 Nov 2019 17:13:33 +0000 (13:13 -0400)]
Merge pull request #7801 from annando/network-label2
Changed label for network sorting
Hypolite Petovan [Sat, 2 Nov 2019 17:06:49 +0000 (13:06 -0400)]
Skip Imagick Installer test until we can mock class_exists
Michael [Sat, 2 Nov 2019 17:03:40 +0000 (17:03 +0000)]
Changed label for network sorting
Hypolite Petovan [Wed, 30 Oct 2019 03:18:17 +0000 (23:18 -0400)]
[frio] Add click card on contact avatars
Hypolite Petovan [Thu, 17 Oct 2019 13:33:58 +0000 (09:33 -0400)]
Replace indenting spaces by tabs in templates/contact/hovercard.tpl
Hypolite Petovan [Thu, 17 Oct 2019 13:32:46 +0000 (09:32 -0400)]
Replace last instance of local_user() used to guess authentication status in Module/Contact/Hovercard
Hypolite Petovan [Thu, 17 Oct 2019 01:22:27 +0000 (21:22 -0400)]
Remove mod/hovercard file
Hypolite Petovan [Thu, 17 Oct 2019 01:22:15 +0000 (21:22 -0400)]
[frio] Remove jSmart dependency
Hypolite Petovan [Thu, 17 Oct 2019 01:21:49 +0000 (21:21 -0400)]
Move mod/hovercard to src/Module/Contact/Hovercard
- Rework hovercard.js to remove JS template interpolation
- Remove template/json output from Module/Contact/Hovercard