1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-12-09 14:10:19 -05:00
polybar/include/utils
Lucas Araújo 15496bfb4a
Update: Using another way to authenticate github module (#2029)
The github module only authenticate by query string, and this method is deprecated:
https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters


There is no reason to remove it before the method stop working, so I've made possible to the user choose which authentication method he will use:

* The parameter token remain unchanged.
* If the parameter user is passed then the module will use the not deprecated method, passing user and token on the body of the requisition. Otherwise the module will use the deprecated method.

Co-authored-by: Lucas <araujo.lucasvale@gmail.com>

Fixes #2002
2020-03-26 12:50:42 +01:00
..
bspwm.hpp
cache.hpp wip(refactor): Cairo drawing 2017-01-24 07:11:14 +01:00
color.hpp fix(color_util): Parsing 2017-01-27 13:46:27 +01:00
command.hpp doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
concurrency.hpp
env.hpp refactor(file_util): Expand tilde manually 2017-01-25 17:07:55 +01:00
factory.hpp
file.hpp config: Check if config path exists (#2026) 2020-03-01 22:03:17 +01:00
functional.hpp
http.hpp Update: Using another way to authenticate github module (#2029) 2020-03-26 12:50:42 +01:00
i3.hpp
inotify.hpp fix: Ensure reloading when IN_IGNORED fired on config (#371) 2017-01-24 07:10:55 +01:00
io.hpp
math.hpp fix(tray): fix offset for negative percentage (#1669) 2019-03-22 09:55:08 +01:00
memory.hpp fix(build): Ignore noexcept-type for malloc_ptr_t 2019-10-26 22:28:47 +02:00
mixins.hpp
process.hpp
scope.hpp doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
socket.hpp doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
string.hpp Include empty tokens when splitting if necessary (#1893) 2019-11-21 22:26:53 +01:00
throttle.hpp doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
time.hpp