]> git.mxchange.org Git - friendica.git/blob - CHANGELOG
MySQL version and annando
[friendica.git] / CHANGELOG
1 Version 3.5.2 (2017-05-XX)
2   Friendica Core:
3     Updates to the translations (DE, EN-GB, ES, IT, RU) [translation teams]
4     Updates to the documentation [annando, beardyunixer, rabuzarus, tobiasd]
5     Updated the nginx example configuration [beardyunixer]
6     Code revision and refactoring [annando, hypolite, Quix0r, rebeka-catalina]
7     Background process is now done by the new worker process [annando]
8     Added support of Composer for dependencies [Hypolite]
9     Added support of Web app manifests [Rudloff]
10     Added basic robot.txt functionality if none exists [Shnoulle]
11     Added server blocklist [Hypolite, tobiasd]
12     Removed mcrypt dependency [annando]
13     Removed unused libraries [annando]
14     Removed Embedly integration [Hypolite]
15     Fixed a bug in the language detection for EN [Hypolite]
16     Improved API [annando, gerhard6380]
17     Improved Diaspora federation [annando]
18     Improved Mastodon federation [annando, Hypolite]
19     Improved import from OStatus threads [annando]
20     Improved the themes (frio, quattro) [fabrixxm, Hypolite, rabuzarus, Rudloff, strk, tobiasd]
21     Improved maintenance mode [annando]
22     Improved gcontact handling [annando]
23     Improved desktop notifications [rabuzarus]
24     Improved keyboard shortcuts for navigation [Rudloff]
25     Improved the installer [annando]
26     Improved openid handling [strk]
27     Improved php7 support [annando]
28     Improved display of notifications [annando]
29     Improved logging mechanism [beardyunixer]
30     Improved the worker [annando]
31     Improved compatibility with MySQL 5.7
32     Behaviour clarification of the group filter / new tab [annando]
33     Old options for the pager and share element were removed [annando]
34     Support of PDO was added [annando]
35     Improved error logging for issues with the database [annando]
36
37   Friendica Addons:
38     Updates to the translation (RU) [pztrm]
39     (core) Fix blocking issue for Communityhome [annando]
40     Pledgie addon was updated to remove cert problems [tobiasd]
41     Securemail now uses openpgp-php and phpseclib [fabrixxm]
42     Superblock Configuration [tobiasd]
43     Twitter Connector updated to use with new deletion method [annando]
44
45   Closed Issues:
46     1626, 1720, 2432, 2792, 2833, 2364, 2448, 2496, 2690, 2752, 2775,
47     2803, 2956, 2957, 2961, 2971, 2995, 2999, 3011, 3053, 3107, 3114,
48     3134, 3138, 3142, 3157, 3172, 3189, 3194, 3195, 3198, 3206, 3215,
49     3217, 3220, 3237, 3242, 3255, 3256, 3260, 3268, 3273, 3274, 3285,
50     3288, 3292, 3293, 3300, 3314, 3316, 3317, 3322, 3325, 3327, 3328,
51     3331, 3334, 3336, 3346, 3347, 3358, 3359, 3383, 3387, 3401, 3406,
52     3428, 3440, 3435, 3436, 3452
53
54 Version 3.5.1 (2017-03-12)
55   Friendica Core:
56     Updates to the translations (BG, CA, CS, DE, EO, ES, FR, IS, IT, NL, PL, PT-BR, RU, SV) [translation teams]
57     Fix for a potential XSS vector [annando, thanks to Vít Šesták 'v6ak' for reporting the problem]
58     Fix for ghost request notifications on single user instances [Hypolite]
59     Fix user language selection [tobiasd]
60     Fix a problem with communication to Diaspora with set posting locations [annando]
61     Fix schema handling of direct links to a original posting [Rabuzarus]
62     Fix a bug in notification handling [Rabuzarus]
63     Adjustments for the Vagrant VM settings [silke, eelcomaljaars]
64     Improvements to the unliking of prior likes [Hypolite]
65     Improvements to the API and Friendica specific extensions [gerhard6380]
66     Improvements to the Browser Notification functionality [Hypolite]
67     Improvements to the themes [Hypolite, rabuzarus, rebeka-catalina, tobiasd]
68     Improvements to the database handling [annando]
69     Improvements to the admin panel [tobiasd, Hypolite]
70     Improvements to the update process [annando]
71     Improvements to the handling of worker processes [annando]
72     Improvements to the performance [annando, Hypolite]
73     Improvements to the documentation [Hypolite, tobiasd, rabuzarus, beardyunixer, eelcomaljaars]
74     Improvements to the BBCode / Markdown conversation [Hypolite]
75     Improvements to the OStatus protocol implementation [annando]
76     Improvements to the installation wizzard [tobiasd]
77     Improvements to the Diaspora connectivity [annando, Hypolite]
78     Work on PHP7 compatibility [ddorian1]
79     Code cleanup [Hypolite, Quix0r]
80     Initial federation with Mastodon [annando]
81     The worker process can now also be started from the frontend [annando]
82     Deletion of postings is now done in the background [annando]
83     Extension of the DFRN transmitted information fields [annando]
84     Translations of the core are now in /view/lang [Hypolite, tobiasd]
85     Update of the fullCalendar library to 3.0.1 and adjusting the themes [rabuzarus]
86     ping now works with JSON as well [Hypolite]
87     On pending registrations, an email is now send to inform the user about it [tobiasd]
88     On systems where the registration needs approval, a note for the admin can now be written [tobiasd]
89     Meta Information for HTML descriptions is now limited to 160 character [rabuzarus]
90     Removed very old deprecated themes from the repository [silke]
91     Marked frost and frost mobile as deprecated [silke]
92     When creating new postings in the UI, focus is automatically put into the Title field [Hypolite]
93     We are now shipping config files for "tx" (the Transifex client) and the "EditorConfig" addon for many common editors [fabrixxm, tobiasd]
94     The TinyMCE richtext editor was removed [Hypolite]
95     We defined a coding style, PSR-2 with some adjustments
96     Various bugfixes
97
98   Friendica Addons:
99     Updates to the translations (DE, ES, FR, IT, PT-BR) [translation teams]
100     Improvements to the IFTTT addon [Hypolite]
101     Improvements to the language filter addon [strk]
102     Improvements to the pump.io bridge [annando]
103     Improvements to the jappixmini addon [annando]
104     Improvements to the gpluspost addon [annando]
105     Improvements to the performance of the Twitter bridge when using workers [annando]
106     Diaspora Export addon is now working again [annando]
107     Pledgie badge now uses https protocol for embedding [tobiasd]
108     Better posting loop prevention for the Google+/Twitter/GS connectors [annando]
109     One can now configure the message for wppost bridged blog postings [tobiasd]
110     On some pages the result of the Rendertime is not shown anymore [annando]
111     Twitter-bridge now supports quotes and long posts when importing tweets [annando]
112
113   Closed Issues
114     1019, 1163, 1612, 1613, 2103, 2177, 2252, 2260, 2403, 2991, 2614, 
115     2751, 2752, 2772, 2791, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 
116     2850, 2858, 2865, 2892, 2894, 2895, 2907, 2908, 2914, 2015, 2926,
117     2948, 2955, 2958, 2963, 2964, 2968, 2987, 2993, 3020, 3052, 3062,
118     3066, 3091, 3108, 3113, 3116, 3117, 3118, 3126, 3130, 3135, 3155,
119     3160, 3163, 3187, 3196
120
121 Version 3.5 (2016-09-13)
122   Friendica Core:
123     NEW Optional local directory with possible federated contacts [annando]
124     NEW Autocompletion for @-mentions and BBCode tags [rabuzarus]
125     NEW Added a composer derived autoloader which allows composer autoloaders in addons/libraries [fabrixxm]
126     NEW theme: frio [rabuzarus, annando, fabrixxm]
127     Enhance .htaccess file (nerdoc, dissolve)
128     Updates to the translations (DE, ES, IS, IT, RU) [translation teams]
129     Updates to the documentation [tobiasd, annando, mexcon, silke, rabuzarus, fabrixxm, Olivier Mehani, gerhard6380, ben utzer]
130     Extended the BBCode by [abstract] tag used for bridged postings to networks with limited character length [annando]
131     Code cleanup [annando, QuixOr]
132     Improvements to the API and Friendica specific extensions [annando, fabrixxm, gerhard6380]
133     Improvements to the RSS/Atom feed import [mexcon]
134     Improvements to the communication with federated networks (Diaspora, Hubzilla, OStatus) [annando]
135     Improvements on the themes (quattro, vier, frost) [rabuzarus, fabrixxm, stieben, annando, Quix0r, tobiasd]
136     Improvements to the ACL dialog [fabrixxm, rabuzarus]
137     Improvements to the database structure and optimization of queries [annando]
138     Improvements to the UI (contacts, hotkeys, remember me, ARIA, code hightlighting) [rabuzarus, annando, tobiasd]
139     Improvements to the background process (poller, worker) [annando]
140     Improvements to the admin panel [tobiasd, annando, fabrixxm]
141     Improvements to the performance [annando]
142     Improvements to the installation wizzard (language selection, RINO version, check required PHP modules, default theme is now vier) [tobiasd]
143     Improvements to the relocation of nodes and accounts [annando]
144     Improvements to the DDoS detection [annando]
145     Improvements to the calendar/events module [annando, rabuzarus]
146     Improvements to OpenID login [strk]
147     Improvements to the ShaShape font [andi]
148     Reworked the implementation of the DFRN, Diaspora protocols [annando]
149     Reworked the notifications code [fabrixxm, rabuzarus, annando]
150     Reworked the p/config code [fabrixxm, rabuzarus]
151     Reworked XML generation [annando]
152     Removed now unused simplepie from library [annando]
153
154   Friendica Addons
155     Updated to the translations (DE, ES, IS, NL, PT BR), [translation teams]
156     Piwik [tobiasd]
157     Twitter Connector [annando]
158     Pumpio Connector [annando]
159     Rendertime [annando]
160     wppost [annando]
161     showmore [rabuzarus]
162     fromgplus [annando]
163     app.net Connector [annando]
164     GNU Social Connector [annando]
165     LDAP [Olivier Mehani]
166     smileybutton [rabuzarus]
167     retriver [mexon]
168     mailstream [mexon]
169     forumdirectory [tobiasd]
170     NEW notifyall (port from Hubzilla) [rabuzarus, tobiasd]
171     DEPRECATED cal (now in core), FB Connector, FB Post Connector, FB Sync
172
173   Closed Issues
174      683,  786,  796,  922, 1261, 1576, 1701, 1769, 1970, 1145, 1494,
175     1728, 1877, 2063, 2059, 2078, 2079, 2133, 2165, 2194, 2229, 2230,
176     2241, 2254, 2242, 2270, 2277, 2339, 2320, 2345, 2352, 2358, 2367,
177     2373, 2376, 2378, 2385, 2395, 2402, 2406, 2433, 2472, 2485, 2492,
178     2506, 2512, 2516, 2539, 2540, 2893, 2597, 2611, 2617, 2629, 2645,
179     2687, 2716, 2757, 2764
180
181 Version 3.4.3 (2015-12-22)
182   What's new for the users:
183         Updates to the documentation (silke, tobiasd, annando, rebeka-catalina)
184         Updated translations (tobiasd & translation teams)
185         New "Credits" page (tobiasd)
186         New custom font icon set (tobiasd, Andi Stadler)
187         Support to events attendance. Users can mark their participation to an event (rabuzarus, tobiasd, fabrixxm, annando)
188         Revised templates and used interaction in contacts lists (rabuzarus)
189         Mobile support for Vier theme (annando, fabrixxm)
190         Events editing and deletion from stream (annando)
191         Private forums are mentioned automatically like community forums (rabuzarus)
192         Show profile pictures and pending notifications on manage page (rabuzarus, annando)
193         Show Profile photo album only to owner and authenticated contacts (rabuzarus)
194         User language setting is now between settings in user settings page (fabrixxm)
195         Search for remote users in form of "@user@domain.tld" is supported (issue #1595) (annando)
196         Optionally show geo informations of uploaded photos, backport from Red (rabuzarus)
197         Setting for the first day of the week for events calendar (annando)
198         Reduced profile view with "show more" link (annando)
199         Show more informations to users when following a new contact (annando)
200         Renamed "Statusnet" to "GNU Social" (annando)
201         Image dialog insert link to image page instead of direct image (fabrixxm)
202         In registration page make clear that we only need a 'real-looking' name (issue #1898) (tobiasd, n4rky)
203         Unseen items per groups are shown (issue #1718) (strk, rabuzarus, fabrixxm)
204         Unseen items in forumlist widget (rabuzarus)
205         Preview the last five conversations in private message's sidebar (FlxAlbroscheit, fabrixxm)
206         Don't get notifications about own posts (strk)
207         Profile page shows a "Subscribe to atom feed" link (annando)
208         Contact list shows only contacts from supported networks (ananndo)
209         username@hostname is used instead of full urls (issue #1925) (annando)
210         Various small OStatus improvements (annando)
211         Contact's posts are shown in a dedicated page (annando)
212         Module name is shown in page title to ease browser history navigation (issue #2079) (tobiasd)
213   What's new for admins:
214         Forumlist functionality moved from plugin to core (rabuzarus, annando)
215         Changes on poller/workers limits management (annando)
216         Diaspora and OStatus can be enabled only if requirements are satisfied (annando)
217         Support for additional passwords for ejabberd (annando)
218         Use proxy for profile photos (annando)
219         'Reload active themes' in theme admin page (fabrixxm)   
220         Install routine checks for ImageMagick and GIF support (fabrixxm)
221         Install routine checks for availability of "mcrypt_create_iv()" function, needed for RINO2 (fabrixxm)
222         Only suported themes are shown in admin page (annando)
223         Optimized SQL queries (annando)
224         System perform an optimize pass on tables in cron, with maximum table size and minimum fragmentation level settings (annando)
225         New access keys in profile and contact pages (rabuzarus, annando)
226         Support for a new Diaspora command for post retraction (annando)
227         Show an info message if an empty contact group is shown (issue #1871) (annando)
228         User setting to disable network page autoupdate (issue #1921) (annando)
229         Settings to limit or permit access to crawler to search page (annando)
230   What's new for developers:    
231         Themes can show Events entry in navbar (annando)
232         Themes can now override colorbox (fabrixxm)
233         Updated Vagrant development VM (silke, hauke)
234         New hook 'template_vars' (fabrixxm)
235         $baseurl variable is passed to all templates by default (fabrixxm)
236         OStatus delivery code is moved in new function (annando)
237         Doxygen config file and initial documetation of code (rabuzarus)
238         Full rewrite of util/php2po.php (fabrixxm)
239   Bugfixs:
240         Remote self works again (annando)
241         Fix feeds mistakenly recognized as OStatus (issue #1914) (annando)
242         Report invalid feeds to user (issue #1913) (annando)
243         Fix Update contact data functionality (annando)
244         Fix proxy function with embedded images (annando)
245         Fix Diaspora unidirectional connect request (annando)
246         Fix empty poco response (annando)
247         Fix API for andStatus (issue#1427, AndStatus issue #241) (annando)
248         Fix expiration of items (fabrixxm)
249         Fix javascript contact deletion confirmation dialog (issue #1986) (fabrixxm)
250         Admin wasn't able to change settings of not currently in use themes. Fixed (issue #2022) (fabrixxm)
251         Fix rapid repeated requests to GNUSocial instance (issue #2038) (annando)
252         Fix install routine css when mod_rewrite doesn't works (issue #2071) (fabrixxm)
253         Fix code to be compliant with minimum required PHP version (issue #2066) (fabrixxm, rabuzarus)
254         Fix feedback after succesfull registration (issue #2060) (annando)
255         Fix mention completition popup with TinyMCE (issue #1920) (fabrixxm)
256         Fix photo cache and proxy when installed in subfolder (ddorian1)
257         Fix bbcode conversion of the about text for the profile (issue #1607) (annando)
258         
259
260 Version 3.4.2 (2015-09-29)
261
262         Updates to the documentation (tobiasd, silke, annando)
263         Updates to the translations (tobiasd & translation teams)
264         Updates to themes frost-mobile, vier, duepuntozero, quattro (annando, tobiasd)
265         Enancements of the communications via OStatus and Diaspora protocols (annando)
266         Option to automatically follow OStatus contacts was moved from addon to the core (annando)
267         Add tool to import OStatus contacts from an old account (annando)
268         SALMON slaps with OStatus were reworked (annando)
269         Fix for saving searches (rabuzarus)
270         Fix separation of list items in contact editor (issue #1747) (tobiasd)
271         When a picture is uploaded, "don't send a note about this new picture" is now the default behaviour (tobiasd)
272         Show profile url in contact-edit overview listing (issue #1745) (tobiasd)
273         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)
274         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)
275         Improvements in contact handling (annando)
276         Friendica node can now query other nodes about their users and the contact lists (annando)
277         Contact recommendation is done only for recently active users (annando)
278         Admins can opt for search the local DB for contacts instead of the global directory (annando)
279         The global directory is queried in the background to update local DB and improve similar searches in the future. (annando)
280         By communication over the Diaspora protocol, red#matrix sources are now correctly identified, hubzilla is detected (annando)
281         Adopt limitation of usage of "-" in username to avoid conflicts with GNU Social and Diaspora (annando)
282         The [url] tag now also suppots ftp, mailto, gopher links (annando)
283         An "inspect queue" module was added to the admin panel (tobiasd)
284         Fix some missing SQL data escapes (fabrixxm)
285         Improved the accessibility of the web UI for better screen reader compatibility (annando)
286         Added access keys (annando)
287         Support for the public relay server of Diaspora (annando)
288         Support for the new nodeinfo protocol (successor of current statistics.json), addon deprecated as functionality has been moved into the core (annando)
289         Fix issue with moved Friendica profiles and Diaspora communication (issue #1491) (annando)
290         Show more information on contact request page (issue #1739) (annando)
291         Support for newer versions of the Twidere client was enhanced (annando)
292         Support for inline [code] tag usage (fabrixxm)
293         Fix login form in aside (issue #1348) (annando)
294         Show both url-style and webfinger-style identity address in profile (issue #1621) (tobiasd)
295         Add button to reload all active plugins in admin plugins page to ensure new hooks are used (fabrixxm)
296         Make the hardcoded path to global directory configurable (annando)
297         Change default directory to dir.friendi.ca (annando)
298         Improve cache system with granular expire time (annando)
299         Remove oohembed code (issue #1855) (annando)
300         Checks for mcrypt availability before enable or use RINO2 (fabrixm)
301         Fix following email contacts (issue #1896) (annando)
302         Parse BBCode in contact request notification email (annando)
303         
304         
305 Version 3.4.1 (2015-07-06)
306
307         Implement server-to-server encryption (RINO) using php-encryption library as "RINO 2", deprecate "RINO 1" (issue #1655) (fabrixxm)
308         Fix connection with Diaspora "freelove" account (issue #1572) (annando)
309         Various SQL speedups (annando)
310         Port of Javascript DatePicker input from RedMatrix (rabuzarus)
311         Port of RedMatrix archive widget (rabuzarus)
312         Load profile owner settings for theme on profile page (rabuzarus)
313         Move HTML code from php into templates (rabuzarus)
314         Theme "frost": add event with doubleclick, event preview (rabuzarus)
315         Delete attachments on item deletion, delete videos from video tab (issue #1574) (fabrixxm)
316         Improvements with reshared Diaspora items (annando)
317         Improvements in OStatus communications: (annando)
318                 improve duplicate handling
319                 publish comments to post to all PuSH subscribers
320                 use correct contact when automatically add @-replies
321                 add attachment links as enclosures
322                 send salmon notifications to every mentioned person
323                 better thread completition
324                 support for bookmarks
325                 support for events and questions
326                 link to items using GUID
327         Fix warning in mod/photo (issue #1638) (rabuzarus)
328         New option to block public access to local directory and poco
329         Fix parsing bbcode [url] tag with fragment identifier (issue #1514) (fabrixxm)
330         Fix HTML for oembeds (issue #1612) (fabrixxm)
331         Add fake fields to API response for better Twitter API compatibility (annando)
332         Fix search in local directory (issue #1657) (annando)
333         Improve OEmbed (issue #1640) (annando)
334         Fix double html encodig in site administration page for sitename and register text (issue #1628) (annando)
335         Fix remote subscription from GNU Social (annando)
336         Fix "{0}" in notifications (issue #1642) (annando)
337         Fix desktop notification (fabrixxm)
338         Fix rewrite test in install wizard with self-signed certificate (annando)
339         Better support for non standard installations of GNU Social (annando)
340         Fix emoticons alt text (tobias)
341         Improve threaded display in Vier theme (annando)
342         Use field templates in photo edit form (fabrixxm)
343         Alllow deletion of any user but yourself (issue #1625) (fabrixxm)
344         Install wizard load htconfig template from template/ folder, remove localized htconfig templates (fabrixxm)
345         Add contact detail to non-js contact drop confirm dialog (issue #1629) (fabrixxm)
346         Return geo coord in API (annando)
347         Improve events reminder: use title, show in colorbox, link using event ID (rabuzarus)
348         Fix spelling in accepted connection notification email (strk)
349         Show image size warning in a human readable format (rabuzarus)
350         Move ACL window in template (rabuzarus)
351         New option "-s" in util/run_xgettext.sh (fabrixxm)
352         Support, but ignore at the moment, delete message from Quitter (annando)
353         Remove google maps from core. Functionality moved to addon "googlemap" alongside "openstreetmap" (issue #1705) (annando)
354         Update to German documentation (Frank Dieckmann, tobias)
355         Updated translations (translation teams, tobias)
356
357 Version 3.4 (2015-04-05)
358
359         Optionally, "like" and "dislike" activities don't update thread timestamp (annando)
360         Updated markdown libraries (annando)
361         Updated jQuery (StefOfficiel)
362         Cache zrl verification requests to prevent DSoS (issue #1453) (annando)
363         "Verify SSL" options affects also VERIFYHOST (annando)
364         Better handling of hashtags (annando)
365         Updated translations (translation teams, tobias)
366         Access a contact directly from the contact-manager-page (FlxAlbroscheit)
367         Reworked GUID generation, remove db store (annando)
368         Improve search for tags and terms (annando)
369         Fix OAuth signature (thorsten23)
370         Fix utf8 characters in items (issue #1307) (hauke)
371         Ignore tag-likes char sequences in code blocks (issue #1041) (fabrixxm)
372         Fix sending email to CC recipients (issue #1437) (fabrixxm)
373         Fix signature check of likes from diaspora (issue #905) (mike, annando)
374         Fix pagination urls (issue #1341) (fabrixxm)
375         Add scheme if missing in "web link" dialog (issue #1362) (fabrixxm)
376         Don't detect Facebook and App.net RSS feeds as contacts (issue #1432) (annando)
377         Add cli command to generate database.sql from scheme description (issue #1370) (fabrixxm)
378         Fix warning trying to creating already existing itemcache dir (pztrn)
379         Send update to directory when account is removed (issue #1038) (annando)
380         Fix settings page's aside menu visibility (issue #1459) (fabrixxm)
381         Don't show past events in event reminder in profile page (issue #1306) (annando)
382         Add help text to explain the options for approving contacts (issue #1349) (silke)
383         API set as unseen only posts returned by the call (issue #1063) (annando)
384
385 Version 3.3.3 (2015-02-24)
386
387         More separation between php and html in photo album (issue #1258) (rabuzarus)
388         Enhanced community page shows public posts from public contacts of public profiles (annando)
389         Support for IndieAuth/Web-sign-in (hauke)
390         New hooks "emailer_send_prepare" and "emailer_send" (fabrixxm)
391         New hook "oembed_fetch_url" (annando)
392         Add un/ignore function to quattro theme (tobiasd)
393         Enhanced POCO data (annando)
394         Use HTML5 features to validate inputs in install wizard and in some settings fields (tobiasd)
395         Option to receive text-only notification emails (fabrixxm)
396         Better OStatus support (annando)
397         Share-it button support (annando)
398         More reliable reshare from Diaspora (annando)
399         Load more images via proxy (annando)
400         util/typo.php uses "php -l" insead of "eval()" to validate code (fabrixxm)
401         Use $_SERVER array in cli script instead of $argv/$argc (issue #1218) (annando)
402         Updated vagrant setup script (silke)
403         API: support to star/unstar items (fabrixxm)
404         API: attachments for better AndStatus support (annando)
405         Fix missing spaces in photo URLs (issue #920) (annando)
406         Fix avatar for "remote-self" items (annando)
407         Fix encodings issues with scrape functionality (annando)
408         Fix site info scraping when URL points to big file (annando)
409         Fix tools for translations (ddorian1)
410         Fix API login via LDAP (issue #1286) (fabrixxm)
411         Fix to link URL in tabs, pager (issues #1341, #1190) (ddorian1)
412         Fix poke activities translation (fabrixxm)
413         Fix html escaping in templates (fabrixxm)
414         Fix Friendica contacts shown as Diaspora contacts via Poco (annando)
415         Fix shared contacts wrong linking (issue #1388) (annando)
416         Fix email validation (ddorian1)
417         Better documentation for developers (silke)
418
419 Version 3.3.2 (2014-12-26)
420
421         Set default value for all not-null fields (fixes SQL warinigs) (annando)
422         Fix item filters in network page (issue #1222) (fabrixxm)
423         Remove reference to an ex Friendica hub from documentation (beardyunixer, tobiasd)
424         API throttling (annando)
425         Use a san-serif font in breathe style of vier theme (silke)
426         Prevent BBCode parsing problems with URLs (annando)
427         Add back tags to posts to Diaspora (annando)
428         Better display of pictures in posts (annando)
429         Fix out of control gprobe process (annando)
430
431 Version 3.3.1 (2014-11-06)
432
433         JSONP support for API (fabrixxm)
434         Fixed small bug in direct messages API (fabrixxm)
435         More filter for direct messages API (fabrixxm)
436         New hooks "getsiteinfo", "page_info_data" (annando)
437         Better loop post prevention (annando)
438         Via API, replace data: uri images in plain text version with link to post. (issue #1134) (fabrixxm)
439         Set default location to empty for new users. Suppress warning on user creation (issue #1193) (fabrixxm)
440         Correctly build urls with queries (issue #1190) (fabrixxm)
441         Optionally use keywords in feed as post tags with "remote self" (annando)
442         A blacklist of keywords to not use can be defined (annando)
443         "remote self" works also with Friendica and Diaspora contacts (annando)
444         Show exact post time after 12 hours (FX7)
445         Optionally redirect from non-SSL to SSL (annando)
446         Translation updates
447         Added CHANGELOG
448
449 Version 3.3 (2014-10-06)
450
451         API
452         added support in the API to allow image uploads from Twidere
453         support for the diaspora app in Firefox
454
455         Themes
456         Stopped support of unmaintained themes. They will continue to work if enabled but are no longer displayed in the list of themes.
457         Merged all "zero" themes into a theme with variations.
458         new default avatar by Andi Stadler
459
460         Usability
461         network page as default page after login
462         sections on users' settings page are now collapsable
463         automatic updating the network stream was improved
464
465         Interaction
466         ignoring of threads
467         for selected contects one can now get notifications when they post something, useful e.g. for forums
468         After a new friendica contact is added, the user is directed to the contact page of the new contact. (Instead of the remote profile)
469         many improvement on all connectors, new app.net connector
470         the algorithm for shortening postings when posting to limited platforms was improved
471         improvements for the remote_self functionality for RSS/Atom feeds were done
472
473         System stuff
474         no more apc support due problems with PHP 5.5
475         privacy image cache moved from an addon into the core
476         updated the following libraries: smarty 3.1.19, fullcalendar 1.6.4, jquery 1.11, jgrowl 1.3.0
477         added modernizer 2.8.3, better browser support
478         updates to the DB structure for better performance
479         preperations to use PDO in a later release
480         new notification system
481         web interface translations updated, addon translations now also possible separately from the main UI and done for CS, IT, RO, DE
482         vagrant support added for developers
483         some bugs were fixed for the profile import function
484         BBCode handling and reformatting to e.g. markdown was improved
485         Internal PusH server for communication with OStatus contacts
486
487         Addons
488         translation now done at transifex as well
489         "newmemberwidget" adds widget with help links + welcome message to sidebar of network tab for new members
490         new statistics addon to take part in the Diaspora* survey
491         new bidirectional connector for app.net
492         new relay connector for Diaspora*
493         new connector for the buffer service
494         improvements for the connectors with Twitter, StatusNet/GNU Social, pump.io, google+ and facebook
495         improvements to the cal and jappix-mini addons
496
497         Change in the structure of the git repo
498         The "master" branch will now contain stable stuff and hotfixes.
499         The new "develop" branch will contain the latest changes.
500
501 Version 3.2
502
503         LICENSE change from Friendica uses now the AGPL
504         Language updates: PT_BR, RU, NB_NO, DE, PL, CS, ZH-CN, IT, CA, FR, NL
505         new languages: BG
506         added a README.translate and updates to the translation utils
507         addons are now translated separately
508         Theme updates: vier, smoothly, diabook, decaf-mobile, dispy, frost, frost-mobile, quattro
509         Bug fixes: #516, #517, #525, #476, #540, #546, #712, #728
510         sample nginx and lighttpd config
511         new default templating engine: smarty3
512         new share element
513         maintenance mode for longer running upgrade tasks
514         small fixed
515                 edit profile photo link
516                 better caching of pictures
517                 threadening for outgoing emails
518                 mail import
519                 oembed thumbnails
520                 SN subscriptions & more SN like behaviour if snautofollow addon is used
521                 collect content of SN discussion threads
522                 communication with Diaspora*
523                 usage of the API
524                 search improvements
525                 MIME types for attachments
526                 support Open Graph and Dublin Core when showing single items
527                 better use of APC if present
528                 use https versions of videos from youtube and vimeo to make firefox happy
529         fixes to the documentation
530         if a home.html is there, home.css is used as well
531         update included TinyMCE to version 3.5.8, fancybox
532         made more options available in the admin panel that were hidden before
533         show the admin information about when accounts expire in the admin panel
534         improving the install.php script
535         addons now can be members only
536         item object now contains the "edited" information left for the theme designers to show this info in a pretty way
537         improvments to the user-import from exported account files
538         It's now possible to authenticate an ejabberd server against friendica.
539         bugtracker moved to github
540         improvements to MySQL queries
541
542 Version 3.1
543
544         See http://friendica.com/node/58