Library - Recent and favorite documents

Related tags

Authenticationthingy
Overview

Thingy

Thingy is used to quickly access recent and favorite documents.

It's an XApp so it can work in any distribution and many desktop environments (Cinnamon, MATE, Xfce, GNOME, etc..).

Translations

Please use Launchpad to translate Thingy: https://translations.launchpad.net/linuxmint/latest/.

The PO files in this project are imported from there.

License

  • Code: GPLv3
Comments
  • Adjusting right-click menu item - Move to trash.

    Adjusting right-click menu item - Move to trash.

    It's a minor thing, but it does not really move a document to the trash, but it removes it from the thingy overview of recently accessed documents.

    Every time I access this option it makes me think if I accidentally remove something that I shouldn't. It would be more appropriate to rename this item to something like "Remove a shortcut from thingy/library" or something in that spirit.

    This adjustment is in the sphere of approaching users in a way that doesn't distract them from their workflow.

    Best wishes

    opened by adrianbiro 2
  • How to install Thingy on other

    How to install Thingy on other "Ubuntu" based distros?

    Is there a way we can install thingy on other distros via deb packages or flatpak? if so, can you please guide us how to do so.

    ~Thank for you time and great project

    opened by shivanshsinghx365 2
  • an  UI improvement and a bug fix

    an UI improvement and a bug fix

    Thingy already has "Move to Trash button", but I think it's a good idea to add button for removing documents opened accidentally. So they won't take space instead of documents you really want to read and see in the app. It's not just me. Other users agree with me here and here.

    Also I noticed that after reading a whole document progress bar is not full. So I've fixed that too. Before: image After: image

    I am kinda new in coding and don't have much experience, so criticism is welcome. If there's any issue in my code, i'll fix it

    opened by SoulRiets 1
  • [WIP] Add search capability

    [WIP] Add search capability

    This pr introduces search capability for thingy, it searches on recent and favorites without an app_id.

    While using add_document_to_library function i passed app_id as a null string. Please let me know if this should be change.

    image

    opened by m8 1
  • Flatpak Packaging

    Flatpak Packaging

    It would be nice if thingy was available for all distro's via flatpak packaging. I have gotten it compile successfully in my attempts till now, but it does not start the GUI. If the maintainers are interested, I can share my progress too.

    opened by Aman9das 0
  • How do you use it?

    How do you use it?

    Not sure how this program got on Linuxmint, but then I thought it might be handy. Except there doesn't seem to be any way to use or add anything to it. If you can point me to a link where I can find out, that would be appreciated. If not, let me know there ins't any way to use it, and I'll remove it from my distribution and find something else.

    opened by SteveM2020 2
  • Thingy/Xreader dosen't save the page.

    Thingy/Xreader dosen't save the page.

    When I read "Learning Python 5th Edition" by Mark Lutz and close Xreader and then reopen with Thingy it just restart from the cover page.

    I don't know how to get infomation of this bug because I don't see any error message in the terminal

    opened by Watynecc 3
  • Libreoffice supported limited to Libreoffice installed from Ubuntu rep or Libreoffice PPA

    Libreoffice supported limited to Libreoffice installed from Ubuntu rep or Libreoffice PPA

    Thing 1.06's supported app list only looks for desktop files for Libreoffice in /usr/share/applications and only named in the format libreoffice-(app).desktop when deciding whether Libreoffice categories should be available in it's dropdown.

    This naming convention is used in Libreoffice installed as deb from the ubuntu repos, or the official Libreoffice PPAs.

    Users that remove the stock installed Libreoffice and install Flatpak Libreoffice have no Libreoffice categories available in Thingy. The desktop files are in /var/lib/flatpak/exports/share/applications/ and are named in this format org.libreoffice.LibreOffice.(app).desktop

    Users that remove the stock installed Libreoffice and install via the debs available from https://www.libreoffice.org/download/download/ have desktop file in /usr/share/applications but named as libreoffice(version)-(app).desktop - e.g libreoffice7.3-writer.desktop. Thingy again fails to display Libreoffice categories.

    Finally users with an Appimage version of Libreoffice only don't have desktop entries at all unless they create them. Not sure if they can be supported without thingy adopting a different method of deciding the categories available.

    opened by smurphos 0
Releases(master.mint21)
Owner
Linux Mint
https://www.linuxmint.com
Linux Mint
examify-io is an online examination system that offers automatic grading , exam statistics , proctoring and programming tests , multiple user roles

examify-io is an online examination system that offers automatic grading , exam statistics , proctoring and programming tests , multiple user roles ( Examiner , Supervisor , Student )

Ameer Nasser 4 Oct 28, 2021
JSON Web Token implementation in Python

PyJWT A Python implementation of RFC 7519. Original implementation was written by @progrium. Sponsor If you want to quickly add secure token-based aut

José Padilla 4.5k Jan 09, 2023
An open source Flask extension that provides JWT support (with batteries included)!

Flask-JWT-Extended Features Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to Flask for protecting views, but also many help

Landon Gilbert-Bland 1.4k Jan 04, 2023
Social auth made simple

Python Social Auth Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth pr

Matías Aguirre 2.8k Dec 24, 2022
Brute force a JWT token. Script uses multithreading.

JWT BF Brute force a JWT token. Script uses multithreading. Tested on Kali Linux v2021.4 (64-bit). Made for educational purposes. I hope it will help!

Ivan Šincek 5 Dec 02, 2022
OAuthlib support for Python-Requests!

Requests-OAuthlib This project provides first-class OAuth library support for Requests. The OAuth 1 workflow OAuth 1 can seem overly complicated and i

1.6k Dec 28, 2022
Some scripts to utilise device code authorization for phishing.

OAuth Device Code Authorization Phishing Some scripts to utilise device code authorization for phishing. High level overview as per the instructions a

Daniel Underhay 6 Oct 03, 2022
MikroTik Authentication POCs

Proofs of concept which successfully authenticate with MikroTik Winbox and MAC Telnet servers running on RouterOS version 6.45.1+

Margin Research 56 Dec 08, 2022
Crie seus tokens de autenticação com o AScrypt.

AScrypt tokens O AScrypt é uma forma de gerar tokens de autenticação para sua aplicação de forma rápida e segura. Todos os tokens que foram, mesmo que

Jaedson Silva 0 Jun 24, 2022
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.

Welcome to django-allauth! Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (soc

Raymond Penners 7.7k Jan 03, 2023
Ready-to-use and customizable users management for FastAPI

FastAPI Users Ready-to-use and customizable users management for FastAPI Documentation: https://frankie567.github.io/fastapi-users/ Source Code: https

François Voron 2.4k Jan 04, 2023
Python module for generating and verifying JSON Web Tokens

python-jwt Module for generating and verifying JSON Web Tokens. Note: From version 2.0.1 the namespace has changed from jwt to python_jwt, in order to

David Halls 210 Dec 24, 2022
Quick and simple security for Flask applications

Note This project is non maintained anymore. Consider the Flask-Security-Too project as an alternative. Flask-Security It quickly adds security featur

Matt Wright 1.6k Dec 19, 2022
Django-registration (redux) provides user registration functionality for Django websites.

Description: Django-registration provides user registration functionality for Django websites. maintainers: Macropin, DiCato, and joshblum contributor

Andrew Cutler 920 Jan 08, 2023
Ready to use and customizable Authentications and Authorisation management for FastAPI ⚡

AuthenticationX 💫 Ready-to-use and customizable Authentications and Oauth2 management for FastAPI ⚡ Source Code: https://github.com/yezz123/AuthX Doc

Yasser Tahiri 404 Dec 27, 2022
Flask JWT Router is a Python library that adds authorised routes to a Flask app.

Read the docs: Flask-JWT-Router Flask JWT Router Flask JWT Router is a Python library that adds authorised routes to a Flask app. Both basic & Google'

Joe Gasewicz 52 Jan 03, 2023
Library - Recent and favorite documents

Thingy Thingy is used to quickly access recent and favorite documents. It's an XApp so it can work in any distribution and many desktop environments (

Linux Mint 23 Sep 11, 2022
Auth for use with FastAPI

FastAPI Auth Pluggable auth for use with FastAPI Supports OAuth2 Password Flow Uses JWT access and refresh tokens 100% mypy and test coverage Supports

David Montague 95 Jan 02, 2023
Abusing Microsoft 365 OAuth Authorization Flow for Phishing Attack

Microsoft365_devicePhish Abusing Microsoft 365 OAuth Authorization Flow for Phishing Attack This is a simple proof-of-concept script that allows an at

Optiv Security 76 Jan 02, 2023
Django-react-firebase-auth - A web app showcasing OAuth2.0 + OpenID Connect using Firebase, Django-Rest-Framework and React

Demo app to show Django Rest Framework working with Firebase for authentication

Teshank Raut 6 Oct 13, 2022