summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/qutescheme.py
AgeCommit message (Expand)Author
2018-07-11CVE-2018-10895: Fix CSRF issues with qute://settings/set URLv1.1.xFlorian Bruhin
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-12-15Add missing docstringsFlorian Bruhin
2017-12-08Code review changes.George Edward Bulmer
2017-12-08Add --output-to-tab flag for :spawn.George Edward Bulmer
2017-12-06Merge remote-tracking branch 'origin/pr/3345'Florian Bruhin
2017-11-30style fixedmhm@mhm.com
2017-11-26update flake8 and flake8-deprecatedRyan Farley
2017-11-24urlencode fixmhm@mhm.com
2017-11-21lazy sessionsmhm@mhm.com
2017-11-21lazy sessions, docstring formatted, settings renamed, javascript notice chang...mhm@mhm.com
2017-11-18lazy sessionsmhm@mhm.com
2017-11-18lazy sessionsmhm@mhm.com
2017-11-15discarded unnecessary comment and adjusted some code to make pylint happy, al...dwagle
2017-11-14normalize url path and strip trailing slashes when doing gu/gU, normalize eve...dwagle
2017-11-06Fix qute://gplFlorian Bruhin
2017-11-06Work around QUrl::query() not being available with PyQt 5.9.1Florian Bruhin
2017-11-06Use QUrlQuery to get log level on qute://logFlorian Bruhin
2017-10-31set original query parameters if any before redirecting to new_urldwagle
2017-10-30fixes issue #3161dwagle
2017-10-18Handle unknown filetypes with qute://helpFlorian Bruhin
2017-09-26Make qute://configdiff usable with the new config tooFlorian Bruhin
2017-09-18Fix lintFlorian Bruhin
2017-09-18Drop legacy QtWebKit supportFlorian Bruhin
2017-09-17Fix more file move issuesFlorian Bruhin
2017-09-16Be more clever about missing qute://help pagesFlorian Bruhin
2017-09-15Add documentation for new configFlorian Bruhin
2017-09-15Add a qute://configdiff pageFlorian Bruhin
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-07-20Fix qutescheme timestamp error.Ryan Roden-Corrent
2017-07-20Add 'localtime' to sql history query.Ryan Roden-Corrent
2017-07-13Fix qute://history SQL bug.Ryan Roden-Corrent
2017-07-10Make settings from qute://settings persistentFlorian Bruhin
2017-07-05Merge remote-tracking branch 'upstream/master' into really_completeRyan Roden-Corrent
2017-07-04Clarify history_session_interval and rename it to _gap_intervalFlorian Bruhin
2017-07-04Initial :bind/:unbind implementationFlorian Bruhin
2017-07-04Try to fix qute://settingsFlorian Bruhin
2017-07-04Make qute://settings work with QtWebEngine and new configFlorian Bruhin
2017-07-04Remove icon from base.htmlFlorian Bruhin
2017-07-04Fix lint and old config optionsFlorian Bruhin
2017-07-03Make various SQL code review changes.Ryan Roden-Corrent
2017-07-02Refactor most stuff using config.val.uiFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-06-19Assorted small fixes for sql code review.Ryan Roden-Corrent
2017-06-19Remove unused importsRyan Roden-Corrent
2017-06-19Fix qute://history javascript for SQL.Ryan Roden-Corrent
2017-06-19Only complete most recent atime for url.Ryan Roden-Corrent
2017-06-19Optimize qute://history for SQL backend.Ryan Roden-Corrent
2017-06-19Fix tests after sql completion rebase.Ryan Roden-Corrent
2017-06-19Fix qutescheme for new SQL backend.Ryan Roden-Corrent