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