Go to file
2014-09-15 18:58:34 +02:00
actions small design issues with mentions 2014-09-15 18:58:34 +02:00
classes files classes folder needs to be named exactly like classes, e.g. camelcase 2014-09-10 19:28:38 +02:00
css small design issues with mentions 2014-09-15 18:58:34 +02:00
edited-gnu-social-files/lib easier installation, cover photos now work with 1.1.1-alpha2 2014-09-09 20:48:44 +02:00
img profile editing and cover photo 2014-06-01 21:51:28 +02:00
js small design issues with mentions 2014-09-15 18:58:34 +02:00
LICENSE upload 2013-08-19 15:30:57 +02:00
QvitterPlugin.php easier installation, cover photos now work with 1.1.1-alpha2 2014-09-09 20:48:44 +02:00
README.md easier installation, cover photos now work with 1.1.1-alpha2 2014-09-09 20:48:44 +02:00
screenshot.png v3: major change 2014-05-14 09:46:07 +02:00

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

  1. Install GNU Social

  2. Put all files in /plugins/Qvitter

  3. Replace your lib/apiauthaction.php file with the one supplied in edited-gnu-social-files/lib/apiauthaction.php.

  4. Add addPlugin('Qvitter'); to your /config.php file.

  5. 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.

  6. Users can go to ://{instance}/settings/qvitter and enable or disable Qvitter.

Note: Qvitter is tested with GNU Social version 1.1.1-alpha2 (7e47026085fa4f2071e694d9c3e3fe2aa5142135).

TODO

  1. "following you" badge on other peoples profiles

  2. Join new external groups and follow new external users ("New" meaning users/groups that the server don't know yet)

  3. Creating groups, make admin, block user

  4. Background image uploading/editing

  5. Auto url-shortening setting under queet box

  6. Settings (e.g. don't show replies to people I don't follow)

  7. Image/file upload

  8. Search users

  9. Recommended users

  10. Filters (hide queets containing strings, e.g. mute users)

  11. More languages, maybe make proper po/mo-files

  12. Notice-page

  13. Admin-interface

  14. New api for serving number of new items in several streams (to show number of new items in menu/history)

  15. Notifications-page with likes and repeats

  16. New "expand queet" api for getting conversation, retweets, favs and attachment in the same request

  17. Node.js long polling server and an new api that serve aggregate of all polling users requests in one go