]> git.mxchange.org Git - friendica.git/blob - CHANGELOG
Merge remote-tracking branch 'upstream/develop' into 1503-load-issues
[friendica.git] / CHANGELOG
1 Version 3.4
2
3         Optionally, "like" and "dislike" activities don't update thread timestamp (annando)
4         Updated markdown libraries (annando)
5         Updated jQuery (StefOfficiel)
6         Cache zrl verification requests to prevent DSoS (issue #1453) (annando)
7         "Verify SSL" options affects also VERIFYHOST (annando)
8         Better handling of hashtags (annando)
9         Updated translations (translation teams, tobias)
10         Access a contact directly from the contact-manager-page (FlxAlbroscheit)
11         Reworked GUID generation, remove db store (annando)
12         Improve search for tags and terms (annando)
13         Fix OAuth signature (thorsten23)
14         Fix utf8 characters in items (issue #1307) (hauke)
15         Ignore tag-likes char sequences in code blocks (issue #1041) (fabrixxm)
16         Fix sending email to CC recipients (issue #1437) (fabrixxm)
17         Fix signature check of likes from diaspora (issue #905) (mike, annando)
18         Fix pagination urls (issue #1341) (fabrixxm)
19         Add scheme if missing in "web link" dialog (issue #1362) (fabrixxm)
20         Don't detect Facebook and App.net RSS feeds as contacts (issue #1432) (annando)
21         Add cli command to generate database.sql from scheme description (issue #1370) (fabrixxm)
22         Fix warning trying to creating already existing itemcache dir (pztrn)
23         Send update to directory when account is removed (issue #1038) (annando)
24         Fix settings page's aside menu visibility (issue #1459) (fabrixxm)
25         Don't show past events in event reminder in profile page (issue #1306) (annando)
26         Add help text to explain the options for approving contacts (issue #1349) (silke)
27         API set as unseen only posts returned by the call (issue #1063) (annando)
28
29 Version 3.3.3
30
31         More separation between php and html in photo album (issue #1258) (rabuzarus)
32         Enhanced community page shows public posts from public contacts of public profiles (annando)
33         Support for IndieAuth/Web-sign-in (hauke)
34         New hooks "emailer_send_prepare" and "emailer_send" (fabrixxm)
35         New hook "oembed_fetch_url" (annando)
36         Add un/ignore function to quattro theme (tobiasd)
37         Enhanced POCO data (annando)
38         Use HTML5 features to validate inputs in install wizard and in some settings fields (tobiasd)
39         Option to receive text-only notification emails (fabrixxm)
40         Better OStatus support (annando)
41         Share-it button support (annando)
42         More reliable reshare from Diaspora (annando)
43         Load more images via proxy (annando)
44         util/typo.php uses "php -l" insead of "eval()" to validate code (fabrixxm)
45         Use $_SERVER array in cli script instead of $argv/$argc (issue #1218) (annando)
46         Updated vagrant setup script (silke)
47         API: support to star/unstar items (fabrixxm)
48         API: attachments for better AndStatus support (annando)
49         Fix missing spaces in photo URLs (issue #920) (annando)
50         Fix avatar for "remote-self" items (annando)
51         Fix encodings issues with scrape functionality (annando)
52         Fix site info scraping when URL points to big file (annando)
53         Fix tools for translations (ddorian1)
54         Fix API login via LDAP (issue #1286) (fabrixxm)
55         Fix to link URL in tabs, pager (issues #1341, #1190) (ddorian1)
56         Fix poke activities translation (fabrixxm)
57         Fix html escaping in templates (fabrixxm)
58         Fix Friendica contacts shown as Diaspora contacts via Poco (annando)
59         Fix shared contacts wrong linking (issue #1388) (annando)
60         Fix email validation (ddorian1)
61         Better documentation for developers (silke)
62
63 Version 3.3.2
64
65         Set default value for all not-null fields (fixes SQL warinigs) (annando)
66         Fix item filters in network page (issue #1222) (fabrixxm)
67         Remove reference to an ex Friendica hub from documentation (beardyunixer, tobiasd)
68         API throttling (annando)
69         Use a san-serif font in breathe style of vier theme (silke)
70         Prevent BBCode parsing problems with URLs (annando)
71         Add back tags to posts to Diaspora (annando)
72         Better display of pictures in posts (annando)
73         Fix out of control gprobe process (annando)
74
75 Version 3.3.1
76
77         JSONP support for API (fabrixxm)
78         Fixed small bug in direct messages API (fabrixxm)
79         More filter for direct messages API (fabrixxm)
80         New hooks "getsiteinfo", "page_info_data" (annando)
81         Better loop post prevention (annando)
82         Via API, replace data: uri images in plain text version with link to post. (issue #1134) (fabrixxm)
83         Set default location to empty for new users. Suppress warning on user creation (issue #1193) (fabrixxm)
84         Correctly build urls with queries (issue #1190) (fabrixxm)
85         Optionally use keywords in feed as post tags with "remote self" (annando)
86         A blacklist of keywords to not use can be defined (annando)
87         "remote self" works also with Friendica and Diaspora contacts (annando)
88         Show exact post time after 12 hours (FX7)
89         Optionally redirect from non-SSL to SSL (annando)
90         Translation updates
91         Added CHANGELOG
92
93 Version 3.3
94
95         API
96         added support in the API to allow image uploads from Twidere
97         support for the diaspora app in Firefox
98
99         Themes
100         Stopped support of unmaintained themes. They will continue to work if enabled but are no longer displayed in the list of themes.
101         Merged all "zero" themes into a theme with variations.
102         new default avatar by Andi Stadler
103
104         Usability
105         network page as default page after login
106         sections on users' settings page are now collapsable
107         automatic updating the network stream was improved
108
109         Interaction
110         ignoring of threads
111         for selected contects one can now get notifications when they post something, useful e.g. for forums
112         After a new friendica contact is added, the user is directed to the contact page of the new contact. (Instead of the remote profile)
113         many improvement on all connectors, new app.net connector
114         the algorithm for shortening postings when posting to limited platforms was improved
115         improvements for the remote_self functionality for RSS/Atom feeds were done
116
117         System stuff
118         no more apc support due problems with PHP 5.5
119         privacy image cache moved from an addon into the core
120         updated the following libraries: smarty 3.1.19, fullcalendar 1.6.4, jquery 1.11, jgrowl 1.3.0
121         added modernizer 2.8.3, better browser support
122         updates to the DB structure for better performance
123         preperations to use PDO in a later release
124         new notification system
125         web interface translations updated, addon translations now also possible separately from the main UI and done for CS, IT, RO, DE
126         vagrant support added for developers
127         some bugs were fixed for the profile import function
128         BBCode handling and reformatting to e.g. markdown was improved
129         Internal PusH server for communication with OStatus contacts
130
131         Addons
132         translation now done at transifex as well
133         "newmemberwidget" adds widget with help links + welcome message to sidebar of network tab for new members
134         new statistics addon to take part in the Diaspora* survey
135         new bidirectional connector for app.net
136         new relay connector for Diaspora*
137         new connector for the buffer service
138         improvements for the connectors with Twitter, StatusNet/GNU Social, pump.io, google+ and facebook
139         improvements to the cal and jappix-mini addons
140
141         Change in the structure of the git repo
142         The "master" branch will now contain stable stuff and hotfixes.
143         The new "develop" branch will contain the latest changes.
144
145 Version 3.2
146
147         LICENSE change from Friendica uses now the AGPL
148         Language updates: PT_BR, RU, NB_NO, DE, PL, CS, ZH-CN, IT, CA, FR, NL
149         new languages: BG
150         added a README.translate and updates to the translation utils
151         addons are now translated separately
152         Theme updates: vier, smoothly, diabook, decaf-mobile, dispy, frost, frost-mobile, quattro
153         Bug fixes: #516, #517, #525, #476, #540, #546, #712, #728
154         sample nginx and lighttpd config
155         new default templating engine: smarty3
156         new share element
157         maintenance mode for longer running upgrade tasks
158         small fixed
159                 edit profile photo link
160                 better caching of pictures
161                 threadening for outgoing emails
162                 mail import
163                 oembed thumbnails
164                 SN subscriptions & more SN like behaviour if snautofollow addon is used
165                 collect content of SN discussion threads
166                 communication with Diaspora*
167                 usage of the API
168                 search improvements
169                 MIME types for attachments
170                 support Open Graph and Dublin Core when showing single items
171                 better use of APC if present
172                 use https versions of videos from youtube and vimeo to make firefox happy
173         fixes to the documentation
174         if a home.html is there, home.css is used as well
175         update included TinyMCE to version 3.5.8, fancybox
176         made more options available in the admin panel that were hidden before
177         show the admin information about when accounts expire in the admin panel
178         improving the install.php script
179         addons now can be members only
180         item object now contains the "edited" information left for the theme designers to show this info in a pretty way
181         improvments to the user-import from exported account files
182         It's now possible to authenticate an ejabberd server against friendica.
183         bugtracker moved to github
184         improvements to MySQL queries
185
186 Version 3.1
187
188         See http://friendica.com/node/58