| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 5 days | build(deps): bump actions/checkout from 6 to 7HEADmaster | dependabot[bot] | 2 | -2/+2 | |
| Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 2026-05-28 | caja-python-object.c: Remove the extra reference on the PyObject | Michael Webster | 1 | -1/+3 | |
| file wrappers when adding them to the python list. PyObjects start with a refcount of 1. Adding them to a PyList adds a second - which gets removes during the list's destruction. The additional ref was keeping its associated CajaFile from ever being finalized. Steps to reproduce problem: 1) Install python-caja and some python MenuProvider extension. 2) Create a folder with a couple of image files inside. Be sure to allow thumbs to generate. 3) Enter the folder, select one or more files (so menus are generated). De-select and leave the folder (but do not close caja). If you were to watch for the files' finalize to run, you'd notice it does not. 4) touch or otherwise modify one of the image files from a terminal 5) Re-enter the folder in caja. 6) See that loading runs forever, modified file(s) never display. Note: even if you only modify one file, it could cause all of the files to fail to load, depending on their order during enumeration. When no more views are displaying a file, that file should be finalized. When it's not it ends up in an undefined state, as it has no monitors flag it as needing to be updated | |||||
| 2026-04-29 | fix invalid po files | Olivier Schneider | 1 | -1/+1 | |
| 2026-04-29 | add translation coverage badge | Olivier Schneider | 1 | -0/+2 | |
| 2026-04-29 | remove empty po file | Olivier Schneider | 101 | -2904/+6 | |
| 2026-04-29 | retrieve last transifex translations | Olivier Schneider | 108 | -30/+2970 | |
| 2026-04-29 | update pot files | Olivier Schneider | 2 | -6/+6 | |
| 2026-03-12 | build(deps): bump actions/checkout from 5 to 6 | dependabot[bot] | 2 | -2/+2 | |
| Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 2026-03-12 | ci: migrate from Travis CI to GitHub Actions | mbkma | 11 | -192/+300 | |
| Replace Travis CI configuration with GitHub Actions workflows. Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux. Add release workflow for automated GitHub releases on tags. Add dependabot configuration for GHA pin updates. Remove obsolete .travis.yml. remove .build.yml build: add AC_CONFIG_MACRO_DIRS([m4]) for gettext m4 macros fix configure.ac | |||||
| 2025-09-10 | Fix shell injection vulnerability in shred example | Victor Kareh | 1 | -16/+17 | |
| Replaced the subprocess call with an argument list to avoid possible shell injection from malicious file names. | |||||
| 2025-09-02 | Add shred example | Erriez | 1 | -0/+190 | |
| 2025-09-02 | Use subprocess calls instead of os.system | Victor Kareh | 2 | -15/+12 | |
| This removes the possibility of shell injection vulnerabilities. | |||||
| 2025-08-29 | Add Caja Meld compare example | Erriez | 1 | -0/+48 | |
| 2024-02-22 | release 1.28.0v1.28.0 | raveit65 | 2 | -4/+6 | |
| 2024-02-22 | ci: use ubuntu jammy as docker | raveit65 | 1 | -1/+1 | |
| 2024-02-22 | tx: sync with transifex | raveit65 | 73 | -81/+82 | |
| 2023-11-18 | Python 3.13 removes PySys_SetArgv(): set sys.argv in Python language. | Patrick Monnerat | 1 | -11/+4 | |
| 2023-04-15 | build warning: AC_OUTPUT should be used without arguments | rbuj | 1 | -1/+2 | |
| 2022-11-11 | release 1.27.0v1.27.0 | mbkma | 2 | -1/+10 | |
| 2022-11-09 | tx: sync with transifex | mbkma | 72 | -169/+170 | |
| 2022-10-29 | tx: update resource | mbkma | 1 | -2/+2 | |
| 2022-10-28 | tx: migrate config file | mbkma | 2 | -6/+16 | |
| 2021-12-11 | Use a blank line at most | rbuj | 3 | -7/+0 | |
| 2021-10-26 | caja-python: do not discard const modifier in PyImport_ImportModuleEx | rbuj | 1 | -1/+1 | |
| PyObject *PyImport_ImportModuleEx(const char *name, PyObject *globals, PyObject *locals, PyObject *fromlist) | |||||
| 2021-10-26 | caja-python: missing g_strdup | rbuj | 1 | -2/+2 | |
| 2021-08-07 | release 1.26.0v1.26.0 | raveit65 | 2 | -9/+13 | |
| 2021-08-07 | tx: sync with transifex | raveit65 | 74 | -641/+183 | |
| 2021-08-07 | travis-Ci: add notification support | raveit65 | 1 | -0/+12 | |
| 2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
| fixes build issues with fedora:latest (f34) tag. | |||||
| 2021-04-25 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 | |
| Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25 | |||||
| 2021-03-10 | travis: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
| 2021-03-09 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
| 2021-02-15 | release 1.25.0v1.25.0 | raveit65 | 2 | -1/+13 | |
| 2021-02-15 | tx: sync with transifex | raveit65 | 23 | -52/+102 | |
| 2021-02-15 | tx: update resource | raveit65 | 1 | -7/+2 | |
| 2021-02-14 | build: show configure summary using a pretty format | rbuj | 1 | -8/+11 | |
| 2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 2 | -2/+2 | |
| 2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
| 2020-12-06 | caja-python: remove warnings about conversion | rbuj | 1 | -3/+3 | |
| 2020-11-18 | travis CI: use rolling tag for ubuntu docker image | raveit65 | 1 | -1/+1 | |
| 2020-11-18 | Remove USE_MATE2_MACROS from autogen.sh (legacy) | rbuj | 1 | -1/+0 | |
| 2020-06-28 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
| 2020-06-17 | add git.mk to generate .gitignore | tamplan | 5 | -0/+408 | |
| 2020-04-25 | caja-python: Fix memory leak reported by scan-build | rbuj | 1 | -0/+2 | |
| 2020-04-22 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
| 2020-04-22 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
| 2020-04-11 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -0/+16 | |
| 2020-04-10 | ci: add autoconf-archive on arch requirements | rbuj | 1 | -0/+1 | |
| 2020-04-10 | ci: configure --enable-compile-warnings=maximum | rbuj | 1 | -1/+1 | |
| 2020-04-10 | ci: variables, drop obsolete Warn_Cflags | rbuj | 1 | -1/+0 | |
