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