]> git.ipfire.org Git - ipfire.org.git/history - src/web/__init__.py
Implement a basic wiki
[ipfire.org.git] / src / web / __init__.py
2018-11-12  Michael TremerImplement a basic wiki
2018-11-06  Michael TremerNo need to match on ipfire.at
2018-11-02  Michael TremerMerge remote-tracking branch 'origin/master'
2018-11-02  Michael Tremerdonate: Add thank you and error page next
2018-11-02  Michael TremerFix redirectors from old URLs
2018-11-01  Michael Tremerlocation: Add notice on page that an address is blacklisted
2018-11-01  Michael Tremerfireinfo: Fix formatting languages
2018-11-01  Michael TremerSome tidying up
2018-11-01  Michael Tremerfireinfo: Add processors page
2018-11-01  Michael Tremerfireinfo: Add page for all information about releases
2018-11-01  Michael Tremerfireinfo: List all countries in which IPFire is running
2018-10-30  Michael Tremerfireinfo: Drop old memory page
2018-10-30  Michael Tremerfireinfo: Drop language and network stats
2018-10-30  Michael Tremerfireinfo: Fix typo in driver URL
2018-10-30  Michael Tremerfireinfo: Drop old virtualization stats
2018-10-30  Michael Tremerfireinfo: Update driver URL schema
2018-10-30  Michael Tremerfireinfo: Update vendors URL schema
2018-10-30  Michael Tremerfireinfo: Drop redirectors for old URLs
2018-10-30  Michael Tremerfireinfo: Drop model page
2018-10-30  Michael Tremerfireinfo: Rename profile template
2018-10-30  Michael TremerRename fireinfo module
2018-10-30  Michael Tremerblog: Allow deleting posts
2018-10-26  Michael Tremeri-use: Redirect /
2018-10-26  Michael TremerRefactor mirrors
2018-10-26  Michael Tremeri-use: Cleanup code and statically deliver 404 image
2018-10-26  Michael Tremerweb: Rename i-use module
2018-10-26  Michael Tremerboot: Move UI modules into boot module
2018-10-26  Michael Tremerweb: Rename boot module
2018-10-26  Michael Tremerweb: base: Drop unused imports
2018-10-23  Michael Tremerpeople: Check password quality before submitting to...
2018-10-22  Michael Tremernopaste: Make code prettifying work again
2018-10-22  Michael Tremernopaste: Refactor everything
2018-10-19  Michael Tremerpeople: List ongoing conferences
2018-10-18  Michael TremerAdd blocked page
2018-10-18  Michael Tremerpeople: Use SHA256 to identify an SSH key
2018-10-18  Michael Tremerpeople: Add UI to upload/delete SSH keys
2018-10-17  Michael Tremerpeople: Allow downloading SSH keys
2018-10-17  Michael Tremerpeople: Show SSH keys for users
2018-10-17  Michael Tremerpeople: Rename registrations page
2018-10-17  Michael Tremerpeople: Add module for SIP status
2018-10-17  Michael Tremerpeople: Add page with call information
2018-10-17  Michael Tremerpeople: Allow users to change their own passwords
2018-10-16  Michael TremerFix typo in variable name
2018-10-16  Michael Tremerpeople: Add page to edit user accounts
2018-10-16  Michael TremerDo not try to format invalid or unknown phone numbers
2018-10-15  Michael TremerDrop old static pages
2018-10-15  Michael TremerRevert "Drop chat page"
2018-10-15  Michael TremerAdd new support page
2018-10-15  Michael TremerDrop Menu module
2018-10-15  Michael TremerImplement backend logic for newsletter subscriptions
2018-10-15  Michael TremerRename talk modules
2018-10-15  Michael Tremerpeople: Format phone numbers
2018-10-15  Michael Tremerpeople: Add page with recent calls
2018-10-15  Michael TremerMove talk.ipfire.org -> people.ipfire.org
2018-10-15  Michael TremerRename accounts.ipfire.org to people.ipfire.org
2018-10-15  Michael TremerDrop admin.ipfire.org
2018-10-11  Michael Tremerblog: Allow posts with underscore
2018-10-11  Michael Tremertalk: Add CDR
2018-10-11  Michael Tremerweb: Rename handlers_accounts.py -> accounts.py
2018-10-10  Michael Tremertalk: Add a search
2018-10-10  Michael Tremertalk: Add users page
2018-10-10  Michael Tremertalk: Drop old modules
2018-10-10  Michael Tremertalk: Show active channels
2018-10-10  Michael Tremertalk: Show online status in sidebar
2018-10-10  Michael Tremertalk: Allow admins to see registrations of all users
2018-10-10  Michael Tremertalk: List active registrations
2018-10-10  Michael TremerDrop chat page
2018-10-10  Michael TremerRun 2to3 to move to Python 3
2018-10-02  Michael Tremerdownload: Remove extra page which made no sense
2018-09-10  Michael Tremerblog: Add button to publish a post
2018-09-01  Michael Tremerblog: Add drafts section
2018-09-01  Michael Tremerblog: Allow to edit and create new posts
2018-09-01  Michael TremerRefactor authentication
2018-09-01  Michael TremerMove download handlers into new module
2018-09-01  Michael TremerRemove old download pages
2018-09-01  Michael TremerAdd downloads again
2018-08-31  Michael TremerAdd a simple error page
2018-08-22  Michael Tremerblog: Allow dots in tags
2018-08-10  Michael TremerDrop artwork page
2018-07-18  Michael Tremerweb: Drop BASEDIR variable
2018-07-18  Michael Tremerweb: Don't include * from ui_modules
2018-07-18  Michael TremerDrop more unused code
2018-07-18  Michael Tremerlocation: Add new location subdomain
2018-07-18  Michael Tremerblog: Add history pages
2018-07-17  Michael Tremerblog: Allow browing posts by tag
2018-07-17  Michael Tremerblog: Add RSS feed to the blog
2018-07-17  Michael TremerDrop news
2018-07-17  Michael TremerDrop planet
2018-07-17  Michael Tremerblog: Add search
2018-07-17  Michael Tremerblog: Add index page
2018-07-17  Michael Tremerblog: Add page for authors
2018-07-17  Michael Tremerblog: Create module for posts
2018-07-17  Michael TremerAdd new blog post design
2018-07-12  Michael Tremerweb: Replace wildcard static handler
2018-07-12  Michael Tremerweb: Remove custom static handlers
2018-07-12  Michael Tremerweb: Use a proper handler to render 404
2018-07-12  Michael TremerProvide a sensible default configuration
2018-07-12  Michael TremerFix relative imports
2018-07-12  Michael TremerIntroduce autotools