All Projects → Baralga → Baralga

Baralga / Baralga

Licence: other
Baralga open-source time tracker for the desktop.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Baralga

redtimer
RedTimer - Redmine Time Tracker
Stars: ✭ 59 (-23.38%)
Mutual labels:  tracker, time-tracker
time
React UI for Wobbly Time Tracker for the Teams
Stars: ✭ 24 (-68.83%)
Mutual labels:  tracker, time-tracker
Covid-19-Tracker
This is an Covid-19 tracker especially made for India
Stars: ✭ 39 (-49.35%)
Mutual labels:  tracker, opensource
time-tracker-cli
Super tiny and ligthway time tracker for all cli lovers
Stars: ✭ 79 (+2.6%)
Mutual labels:  tracker, time-tracker
itrack
A simple task-based time tracker for everyday use.
Stars: ✭ 20 (-74.03%)
Mutual labels:  tracker, time-tracker
Awesome Readme
A guide to writing an Awesome README. Read the full article in Towards Data Science.
Stars: ✭ 65 (-15.58%)
Mutual labels:  opensource
Bittorrent Tracker
🌊 Simple, robust, BitTorrent tracker (client & server) implementation
Stars: ✭ 1,184 (+1437.66%)
Mutual labels:  tracker
Openvoiceos
OpenVoiceOS is a minimalistic linux OS bringing the open source voice assistant Mycroft A.I. to embbeded, low-spec headless and/or small (touch)screen devices.
Stars: ✭ 64 (-16.88%)
Mutual labels:  opensource
Dfw1n Osint
Australian Open Source Intelligence Gathering Resources, Australias Largest Open Source Intelligence Repository for Cyber Professionals and Ethical Hackers
Stars: ✭ 63 (-18.18%)
Mutual labels:  opensource
Rduinoscope
rDUINOScope - Arduino based telescope control system (GOTO)
Stars: ✭ 75 (-2.6%)
Mutual labels:  opensource
Shodanz
🔭 A modern, async Ruby gem for Shodan, the world's first search engine for Internet-connected devices.
Stars: ✭ 74 (-3.9%)
Mutual labels:  opensource
Taskell
Command-line Kanban board/task manager with support for Trello boards and GitHub projects
Stars: ✭ 1,175 (+1425.97%)
Mutual labels:  opensource
Alttracker
Alt Tracker is a beautiful, simple, cryptocurrency portfolio management tool
Stars: ✭ 65 (-15.58%)
Mutual labels:  tracker
Kit
Stars: ✭ 73 (-5.19%)
Mutual labels:  opensource
Ttoos
开源之道,致力于开源相关思想、知识和价值的探究!
Stars: ✭ 64 (-16.88%)
Mutual labels:  opensource
The Freedom Wrapper Project
This is the Original Freedom Wrapper Project repository. It is developed and maintained by Matthew Benchimol. The Freedom Wrapper Project is an Open Source and Free Android source code project. The project has moved to an organization page at: https://github.com/The-Freedom-Wrapper-Project
Stars: ✭ 75 (-2.6%)
Mutual labels:  opensource
Saythanks.io
Spreading Thankfulness in Open Source.
Stars: ✭ 1,125 (+1361.04%)
Mutual labels:  opensource
Readme Template
A Readme Template For Tomorrow's Opensource
Stars: ✭ 69 (-10.39%)
Mutual labels:  opensource
Insert
A (potentially) great code editor for iOS, targeting the iPad. Likely written in Swift.
Stars: ✭ 74 (-3.9%)
Mutual labels:  opensource
Siamrpn Pytorch
Implementation SiamRPN on PyTorch with GOT-10k dataset
Stars: ✭ 69 (-10.39%)
Mutual labels:  tracker

Github Actions Status for Baralga/baralga Quality Gate Status Known Vulnerabilities

Baralga Time Tracker

Baralga is a simple time tracking solution for the desktop.

https://baralga.github.io/

User Guide

Single User Mode

Single user mode is enabled by default so no extra settings required.

Multi User Mode

In multi user mode all data is stored on the Baralga server backend. Multi user mode is enabled using the Java system property -DuserMode=multiuser or the setting userMode=multiuser in the application.properties stored in the directory $USER_HOME\.baralga\application.properties.

Settings in Application Properties

# Mandatory for multiuser mode
userMode=multiuser

# Default value http://localhost:8080
backendURL=http://localhost:8080

# Default value is current system user
user=user

# Default value us3r
password=us3r

Changelog

Baralga Version 1.9.5

Fixes

  • Xml backup working again.
  • #68 configuration for non-active projects does not remain after baralga restart

Baralga Version 1.9.4

Fixes

  • Fixed startup of portable jar.

Improvements

  • Updated libs.

Baralga Version 1.9.3

Fixes

  • #58 Fixed installer configuration

Baralga Version 1.9.2

Fixes

  • #62 Project can be added and edited again.

Baralga Version 1.9.1

Features

  • Only admins may edit projects and import data.

Fixes

  • Fixed http connection pooling.
  • Improved error handling.

Baralga Version 1.9.0

Features

Baralga Version 1.8.5

  • #50 Added missing russian translations (thanks @mrkaban)

Baralga Version 1.8.4

Fixes

  • #52 Added russian translation (thanks @mrkaban)
  • #49 Fixed iCal export.
  • #20 state of project restored on export/import
  • Fixed data display after import and project deletion.
  • Avoid unnecessary exceptions on startup.
  • Dependency updates.
  • Updated junit from 4 to 5.
  • Build with Maven wrapper.

Baralga Version 1.8.3

Fixes

  • Fixed compatibility with older Java versions (<10).

Baralga Version 1.8.2

Features

  • Report for hours by quarter and filter by quarter.

Fixes

  • Avoid NullPointerException after data import on certain conditions.

Misc

  • Updated opencsv.
  • Updated Apache POI.
  • Updated commons-lang.
  • Updated ical4j.

Baralga Version 1.8.1

Misc

  • Updated opencsv.
  • Updated Apache POI.
  • Updated IZPack Installer.

Baralga Version 1.8.0

Fixes

  • Removed platform specific inactivity reminder.
  • Run Windows and Mac Installers as Admin to make sure installation in default path is permitted.
  • Avoid error log when getting the initial start date.

Misc

  • Updated IZPack Installer to version 5.0.0-rc4.
  • Package application as single jar with libraries included.

Baralga Version 1.7.4

Misc

  • Updated several libraries.

Baralga Version 1.7.3

Misc

  • Updated website and issues to Github links.
  • Updated used libraries.

Fixes

  • Exception occurred when old application directory was found.

Baralga Version 1.7.2

Fixes

  • Crash during typing of an description.

Baralga Version 1.7.1

Fixes

  • Report name may not contain character.
  • Support for Java 7.

Misc

  • Removed some libraries which are not really necessary.

Baralga Version 1.7

Functionality

  • Added data export to xml.
  • Added data import from xml.
  • Added data export to iCal.
  • Restored periodical data backup as xml file.

Misc

  • Improved UI with quick filters.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].