You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
changed: improved RestFUL APIs in authentication, actors, actor settings, media, site settings, stories, comments, and likes.
added: Documents app to the list of packages
added: method getFileExtension to the fileable behaviour
added: notifications/clear RESTful endpoint to set all the unsent notifications in the system to sent.
added: ability for site admins to set enabled to true or false when editing an actor.
changed: only admins and super admins can filter people by usertype, disabled, and email.
fixed: several privacy bugs in people, actors, and media browse views
changed: increased actor body field to 1000 chars- changed: increased actor body field to 1000 chars
added: profile plugin save method is now called when adding an actor.
added: enabled field to json object
changed: min char requirements to 2 in Person givenName and familyName. Some people have two character names.
added: array of administrators to the actor json object
removed: administratorIds from the actor json object
fixed: a scenario in administrable and followable, which was causing a loop call of removeAdministrator() and removeFollower()
added: notes gadgets for dashboard and profiles
added: in Actor perrmissionable behaviour added description field to the single permission record.
fixed: story is now rendered in the same format provided by the request format.
changed: instead of parameter private we are now passing is_private in the post request.
added: in Notifications app settings, added an option to mute email notifications.
removed: json view of configuration.php file values. Editing this file from a client side application is a bad idea. It's better to edit this file directly on the server.
added: server_domain and client_domain to the configuration.php-dist file
changed: updated configuration.php-dist file with variables and documentation so people can use it as a reference.
changed: improved smtp mail configuration implementation and it is now working with the Mailgun service
added: nohtml template
changed: config entity and console/config now write well formatted
variables
removed: live_site
added: client_domain to the site config
fixed: issue which was including lib_anahita js translation file in nohtml template
fixed: issue causing add location to crash the app