13b8de40c7
chinese, galician, mention autosuggestion (goodbye codemirror!), compact json api for some actions (for faster scrolling), optimized png:s, etc |
||
---|---|---|
actions | ||
classes | ||
css | ||
edited-gnu-social-files | ||
img | ||
js | ||
LICENSE | ||
QvitterPlugin.php | ||
README.md | ||
screenshot.png |
Qvitter
- Author: Hannes Mannerheim (h@nnesmannerhe.im)
- Last mod.: May, 2014
- Version: 3
- GitHub: https://github.com/hannesmannerheim/qvitter
Qvitter is free software: you can redistribute it and / or modify it
under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version three of the License or (at
your option) any later version.
Qvitter is distributed in hope that it will be useful but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILTY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
more details.
You should have received a copy of the GNU Affero General Public License
along with Qvitter. If not, see http://www.gnu.org/licenses/.
Setup
-
Install GNU Social
-
Put all files in /plugins/Qvitter
-
Replace your lib/apiauthaction.php file with the one supplied in edited-gnu-social-files/lib/apiauthaction.php.
-
Add
addPlugin('Qvitter');
to your /config.php file. -
There are a few settings in /plugins/Qvitter/QvitterPlugin.php. By default Qvitter is opt-out for users. If you set
$settings['enabledbydefault'] = false;
Qvitter will be opt-in instead. -
Users can go to ://{instance}/settings/qvitter and enable or disable Qvitter.
Extras
-
There is a bug in GNUsocial that won't let you see groups' members lists. Replace your actions/apigroupmembership.php file with the one supplied to fix it.
-
If you want notice headers to show which group a notice is posted in, replace your lib/apiaction.php file.
TODO
-
Join new external groups and follow new external users ("New" meaning users/groups that the server don't know yet)
-
Creating groups, make admin, block user
-
Background image uploading/editing
-
Auto suggest mentions
-
Auto url-shortening setting under queet box
-
Settings (e.g. don't show replies to people I don't follow)
-
Image/file upload
-
Search users
-
Recommended users
-
Filters (hide queets containing strings, e.g. mute users)
-
More languages, maybe make proper po/mo-files
-
Notice-page
-
Admin-interface
-
New api for serving number of new items in several streams (to show number of new items in menu/history)
-
Notifications-page with likes and repeats
-
New "expand queet" api for getting conversation, retweets, favs and attachment in the same request
-
Node.js long polling server and an new api that serve aggregate of all polling users requests in one go