]> git.mxchange.org Git - friendica.git/blob - CHANGELOG
Update CHANGELOG
[friendica.git] / CHANGELOG
1 Version 3.4.2
2
3         Updates to the documentation (tobias, silke, annando)
4         Updates to the translations (tobiasd & translation teams)
5         Updates to themes frost-mobile, vier, duepuntozero, quattro (annando, tobiasd)
6         Enancements of the communications via OStatus and Diaspora protocols (annando)
7         Option to automatically follow OStatus contacts was moved from addon to the core (annando)
8         Add tool to import OStatus contacts from an old account (annando)
9         SALMON slaps with OStatus were reworked (annando)
10         fFx for saving searches (rabuzarus)
11         Fix separation of list items in contact editor (issue #1747) (tobiasd)
12         When a picture is uploaded, "don't send a note about this new picture" is now the default behaviour (tobiasd)
13         Show profile url in contact-edit overview listing (issue #1745) (tobiasd)
14         The vagrant VM usage was changed so that the "installation" is now done automatically on the first run. Example users are automatically put into the database (silke)
15         Buttons to insert images or attachment to a post use a popup browser to select a previously uploaded item or upload a new one (fabrixxm, rabuzarus)
16         Improvements in contact handling (annando)
17         Friendica node can now query other nodes about their users and the contact lists (annando)
18         Contact recommendation is done only for recently active users (annando)
19         Admins can opt for search the local DB for contacts instead of the global directory (annando)
20         The global directory is queried in the background to update local DB and improve similar searches in the future. (annando)
21         By communication over the Diaspora protocol, red#matrix sources are now correctly identified, hubzilla is detected (annando)
22         Adopt limitation of usage of "-" in username to avoid conflicts with GNU Social and Diaspora (annando)
23         Option to automatically follow OStatus contacts was moved from addon to the core (annando)
24         The [url] tag now also suppots ftp, mailto, gopher links (annando)
25         An "inspect queue" module was added to the admin panel (tobiasd)
26         Fix some missing SQL data escapes (fabrixxm)
27         Improved the accessability of the web UI for better screen reader compatibility (annando)
28         Added access keys (annando)
29         Support for the public relay server of Diaspora (annando)
30         Support for the new nodeinfo protocol (predecessor of current statistics.json), addon deprecated as functionality has been moved in core (annando)
31         Fix issue with moved Friendica profiles and Diaspora communication (issue #1491) (annando)
32         Show more information on contact request page (issue #1739) (annando)
33         Support for newer versions of the Twidere client was enhanced (annando)
34         Support for inline [code] tag usage (fabrixxm)
35         Fix login form in aside (issue #1348) (annando)
36         Show both url-style and webfinger-style identity address in profile (issue #1621) (tobiasd)
37         Add button to reload all active plugins in admin plugins page to ensure new hooks are used (fabrixxm)
38         Make the hardcoded path to global directory configurable (annando)
39         Change default directory to dir.friendi.ca (annando)
40         Improve cache system with granular expire time (annando)
41         Remove oohembed code (issue #1855) (annando)
42         
43 Version 3.4.1
44
45         Implement server-to-server encryption (RINO) using php-encryption library as "RINO 2", deprecate "RINO 1" (issue #1655) (fabrixxm)
46         Fix connection with Diaspora "freelove" account (issue #1572) (annando)
47         Various SQL speedups (annando)
48         Port of Javascript DatePicker input from RedMatrix (rabuzarus)
49         Port of RedMatrix archive widget (rabuzarus)
50         Load profile owner settings for theme on profile page (rabuzarus)
51         Move HTML code from php into templates (rabuzarus)
52         Theme "frost": add event with doubleclick, event preview (rabuzarus)
53         Delete attachments on item deletion, delete videos from video tab (issue #1574) (fabrixxm)
54         Improvements with reshared Diaspora items (annando)
55         Improvements in OStatus communications: (annando)
56                 improve duplicate handling
57                 publish comments to post to all PuSH subscribers
58                 use correct contact when automatically add @-replies
59                 add attachment links as enclosures
60                 send salmon notifications to every mentioned person
61                 better thread completition
62                 support for bookmarks
63                 support for events and questions
64                 link to items using GUID
65         Fix warning in mod/photo (issue #1638) (rabuzarus)
66         New option to block public access to local directory and poco
67         Fix parsing bbcode [url] tag with fragment identifier (issue #1514) (fabrixxm)
68         Fix HTML for oembeds (issue #1612) (fabrixxm)
69         Add fake fields to API response for better Twitter API compatibility (annando)
70         Fix search in local directory (issue #1657) (annando)
71         Improve OEmbed (issue #1640) (annando)
72         Fix double html encodig in site administration page for sitename and register text (issue #1628) (annando)
73         Fix remote subscription from GNU Social (annando)
74         Fix "{0}" in notifications (issue #1642) (annando)
75         Fix desktop notification (fabrixxm)
76         Fix rewrite test in install wizard with self-signed certificate (annando)
77         Better support for non standard installations of GNU Social (annando)
78         Fix emoticons alt text (tobias)
79         Improve threaded display in Vier theme (annando)
80         Use field templates in photo edit form (fabrixxm)
81         Alllow deletion of any user but yourself (issue #1625) (fabrixxm)
82         Install wizard load htconfig template from template/ folder, remove localized htconfig templates (fabrixxm)
83         Add contact detail to non-js contact drop confirm dialog (issue #1629) (fabrixxm)
84         Return geo coord in API (annando)
85         Improve events reminder: use title, show in colorbox, link using event ID (rabuzarus)
86         Fix spelling in accepted connection notification email (strk)
87         Show image size warning in a human readable format (rabuzarus)
88         Move ACL window in template (rabuzarus)
89         New option "-s" in util/run_xgettext.sh (fabrixxm)
90         Support, but ignore at the moment, delete message from Quitter (annando)
91         Remove google maps from core. Functionality moved to addon "googlemap" alongside "openstreetmap" (issue #1705) (annando)
92         Update to German documentation (Frank Dieckmann, tobias)
93         Updated translations (translation teams, tobias)
94
95 Version 3.4
96
97         Optionally, "like" and "dislike" activities don't update thread timestamp (annando)
98         Updated markdown libraries (annando)
99         Updated jQuery (StefOfficiel)
100         Cache zrl verification requests to prevent DSoS (issue #1453) (annando)
101         "Verify SSL" options affects also VERIFYHOST (annando)
102         Better handling of hashtags (annando)
103         Updated translations (translation teams, tobias)
104         Access a contact directly from the contact-manager-page (FlxAlbroscheit)
105         Reworked GUID generation, remove db store (annando)
106         Improve search for tags and terms (annando)
107         Fix OAuth signature (thorsten23)
108         Fix utf8 characters in items (issue #1307) (hauke)
109         Ignore tag-likes char sequences in code blocks (issue #1041) (fabrixxm)
110         Fix sending email to CC recipients (issue #1437) (fabrixxm)
111         Fix signature check of likes from diaspora (issue #905) (mike, annando)
112         Fix pagination urls (issue #1341) (fabrixxm)
113         Add scheme if missing in "web link" dialog (issue #1362) (fabrixxm)
114         Don't detect Facebook and App.net RSS feeds as contacts (issue #1432) (annando)
115         Add cli command to generate database.sql from scheme description (issue #1370) (fabrixxm)
116         Fix warning trying to creating already existing itemcache dir (pztrn)
117         Send update to directory when account is removed (issue #1038) (annando)
118         Fix settings page's aside menu visibility (issue #1459) (fabrixxm)
119         Don't show past events in event reminder in profile page (issue #1306) (annando)
120         Add help text to explain the options for approving contacts (issue #1349) (silke)
121         API set as unseen only posts returned by the call (issue #1063) (annando)
122
123 Version 3.3.3
124
125         More separation between php and html in photo album (issue #1258) (rabuzarus)
126         Enhanced community page shows public posts from public contacts of public profiles (annando)
127         Support for IndieAuth/Web-sign-in (hauke)
128         New hooks "emailer_send_prepare" and "emailer_send" (fabrixxm)
129         New hook "oembed_fetch_url" (annando)
130         Add un/ignore function to quattro theme (tobiasd)
131         Enhanced POCO data (annando)
132         Use HTML5 features to validate inputs in install wizard and in some settings fields (tobiasd)
133         Option to receive text-only notification emails (fabrixxm)
134         Better OStatus support (annando)
135         Share-it button support (annando)
136         More reliable reshare from Diaspora (annando)
137         Load more images via proxy (annando)
138         util/typo.php uses "php -l" insead of "eval()" to validate code (fabrixxm)
139         Use $_SERVER array in cli script instead of $argv/$argc (issue #1218) (annando)
140         Updated vagrant setup script (silke)
141         API: support to star/unstar items (fabrixxm)
142         API: attachments for better AndStatus support (annando)
143         Fix missing spaces in photo URLs (issue #920) (annando)
144         Fix avatar for "remote-self" items (annando)
145         Fix encodings issues with scrape functionality (annando)
146         Fix site info scraping when URL points to big file (annando)
147         Fix tools for translations (ddorian1)
148         Fix API login via LDAP (issue #1286) (fabrixxm)
149         Fix to link URL in tabs, pager (issues #1341, #1190) (ddorian1)
150         Fix poke activities translation (fabrixxm)
151         Fix html escaping in templates (fabrixxm)
152         Fix Friendica contacts shown as Diaspora contacts via Poco (annando)
153         Fix shared contacts wrong linking (issue #1388) (annando)
154         Fix email validation (ddorian1)
155         Better documentation for developers (silke)
156
157 Version 3.3.2
158
159         Set default value for all not-null fields (fixes SQL warinigs) (annando)
160         Fix item filters in network page (issue #1222) (fabrixxm)
161         Remove reference to an ex Friendica hub from documentation (beardyunixer, tobiasd)
162         API throttling (annando)
163         Use a san-serif font in breathe style of vier theme (silke)
164         Prevent BBCode parsing problems with URLs (annando)
165         Add back tags to posts to Diaspora (annando)
166         Better display of pictures in posts (annando)
167         Fix out of control gprobe process (annando)
168
169 Version 3.3.1
170
171         JSONP support for API (fabrixxm)
172         Fixed small bug in direct messages API (fabrixxm)
173         More filter for direct messages API (fabrixxm)
174         New hooks "getsiteinfo", "page_info_data" (annando)
175         Better loop post prevention (annando)
176         Via API, replace data: uri images in plain text version with link to post. (issue #1134) (fabrixxm)
177         Set default location to empty for new users. Suppress warning on user creation (issue #1193) (fabrixxm)
178         Correctly build urls with queries (issue #1190) (fabrixxm)
179         Optionally use keywords in feed as post tags with "remote self" (annando)
180         A blacklist of keywords to not use can be defined (annando)
181         "remote self" works also with Friendica and Diaspora contacts (annando)
182         Show exact post time after 12 hours (FX7)
183         Optionally redirect from non-SSL to SSL (annando)
184         Translation updates
185         Added CHANGELOG
186
187 Version 3.3
188
189         API
190         added support in the API to allow image uploads from Twidere
191         support for the diaspora app in Firefox
192
193         Themes
194         Stopped support of unmaintained themes. They will continue to work if enabled but are no longer displayed in the list of themes.
195         Merged all "zero" themes into a theme with variations.
196         new default avatar by Andi Stadler
197
198         Usability
199         network page as default page after login
200         sections on users' settings page are now collapsable
201         automatic updating the network stream was improved
202
203         Interaction
204         ignoring of threads
205         for selected contects one can now get notifications when they post something, useful e.g. for forums
206         After a new friendica contact is added, the user is directed to the contact page of the new contact. (Instead of the remote profile)
207         many improvement on all connectors, new app.net connector
208         the algorithm for shortening postings when posting to limited platforms was improved
209         improvements for the remote_self functionality for RSS/Atom feeds were done
210
211         System stuff
212         no more apc support due problems with PHP 5.5
213         privacy image cache moved from an addon into the core
214         updated the following libraries: smarty 3.1.19, fullcalendar 1.6.4, jquery 1.11, jgrowl 1.3.0
215         added modernizer 2.8.3, better browser support
216         updates to the DB structure for better performance
217         preperations to use PDO in a later release
218         new notification system
219         web interface translations updated, addon translations now also possible separately from the main UI and done for CS, IT, RO, DE
220         vagrant support added for developers
221         some bugs were fixed for the profile import function
222         BBCode handling and reformatting to e.g. markdown was improved
223         Internal PusH server for communication with OStatus contacts
224
225         Addons
226         translation now done at transifex as well
227         "newmemberwidget" adds widget with help links + welcome message to sidebar of network tab for new members
228         new statistics addon to take part in the Diaspora* survey
229         new bidirectional connector for app.net
230         new relay connector for Diaspora*
231         new connector for the buffer service
232         improvements for the connectors with Twitter, StatusNet/GNU Social, pump.io, google+ and facebook
233         improvements to the cal and jappix-mini addons
234
235         Change in the structure of the git repo
236         The "master" branch will now contain stable stuff and hotfixes.
237         The new "develop" branch will contain the latest changes.
238
239 Version 3.2
240
241         LICENSE change from Friendica uses now the AGPL
242         Language updates: PT_BR, RU, NB_NO, DE, PL, CS, ZH-CN, IT, CA, FR, NL
243         new languages: BG
244         added a README.translate and updates to the translation utils
245         addons are now translated separately
246         Theme updates: vier, smoothly, diabook, decaf-mobile, dispy, frost, frost-mobile, quattro
247         Bug fixes: #516, #517, #525, #476, #540, #546, #712, #728
248         sample nginx and lighttpd config
249         new default templating engine: smarty3
250         new share element
251         maintenance mode for longer running upgrade tasks
252         small fixed
253                 edit profile photo link
254                 better caching of pictures
255                 threadening for outgoing emails
256                 mail import
257                 oembed thumbnails
258                 SN subscriptions & more SN like behaviour if snautofollow addon is used
259                 collect content of SN discussion threads
260                 communication with Diaspora*
261                 usage of the API
262                 search improvements
263                 MIME types for attachments
264                 support Open Graph and Dublin Core when showing single items
265                 better use of APC if present
266                 use https versions of videos from youtube and vimeo to make firefox happy
267         fixes to the documentation
268         if a home.html is there, home.css is used as well
269         update included TinyMCE to version 3.5.8, fancybox
270         made more options available in the admin panel that were hidden before
271         show the admin information about when accounts expire in the admin panel
272         improving the install.php script
273         addons now can be members only
274         item object now contains the "edited" information left for the theme designers to show this info in a pretty way
275         improvments to the user-import from exported account files
276         It's now possible to authenticate an ejabberd server against friendica.
277         bugtracker moved to github
278         improvements to MySQL queries
279
280 Version 3.1
281
282         See http://friendica.com/node/58