Go to file
Hannes Mannerheim 0c9bf23e80 various bugfixes
2014-10-05 14:07:31 +02:00
actions various bugfixes 2014-10-05 14:07:31 +02:00
classes thumbnails now work, queet box bugfix, qvitter compact format removed 2014-10-02 19:24:54 +02:00
css various bugfixes 2014-10-05 14:07:31 +02:00
edited-gnu-social-files/lib various bugfixes 2014-10-05 14:07:31 +02:00
img thumbnails now work, queet box bugfix, qvitter compact format removed 2014-10-02 19:24:54 +02:00
js various bugfixes 2014-10-05 14:07:31 +02:00
LICENSE upload 2013-08-19 15:30:57 +02:00
QvitterPlugin.php various bugfixes 2014-10-05 14:07:31 +02:00
README.md "follows you" badge in profile card 2014-09-30 14:52:41 +02:00
screenshot.png v3: major change 2014-05-14 09:46:07 +02:00
shortener.php various bugfixes 2014-10-05 14:07:31 +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. avatar upload from profile card

  2. better user popup, with e.g. latest queets

  3. Faq

  4. DM's

  5. lists

  6. user actions-cog wheel in users lists, with block, list etc

  7. proxy to non-https for getting conversations the instance doesn't have via jsonp

  8. preview different types of attachments, not just images. e.g. mp3's, torrents etc etc

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

  10. Creating groups, make admin, block user

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

  12. Image/file upload

  13. Search users

  14. Recommended users

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

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

  17. Admin-interface

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

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