summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
5 daysbuild(deps): bump actions/checkout from 6 to 7HEADmasterdependabot[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-28caja-python-object.c: Remove the extra reference on the PyObjectMichael Webster1-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-29fix invalid po filesOlivier Schneider1-1/+1
2026-04-29add translation coverage badgeOlivier Schneider1-0/+2
2026-04-29remove empty po fileOlivier Schneider101-2904/+6
2026-04-29retrieve last transifex translationsOlivier Schneider108-30/+2970
2026-04-29update pot filesOlivier Schneider2-6/+6
2026-03-12build(deps): bump actions/checkout from 5 to 6dependabot[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-12ci: migrate from Travis CI to GitHub Actionsmbkma11-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-10Fix shell injection vulnerability in shred exampleVictor Kareh1-16/+17
Replaced the subprocess call with an argument list to avoid possible shell injection from malicious file names.
2025-09-02Add shred exampleErriez1-0/+190
2025-09-02Use subprocess calls instead of os.systemVictor Kareh2-15/+12
This removes the possibility of shell injection vulnerabilities.
2025-08-29Add Caja Meld compare exampleErriez1-0/+48
2024-02-22release 1.28.0v1.28.0raveit652-4/+6
2024-02-22ci: use ubuntu jammy as dockerraveit651-1/+1
2024-02-22tx: sync with transifexraveit6573-81/+82
2023-11-18Python 3.13 removes PySys_SetArgv(): set sys.argv in Python language.Patrick Monnerat1-11/+4
2023-04-15build warning: AC_OUTPUT should be used without argumentsrbuj1-1/+2
2022-11-11release 1.27.0v1.27.0mbkma2-1/+10
2022-11-09tx: sync with transifexmbkma72-169/+170
2022-10-29tx: update resourcembkma1-2/+2
2022-10-28tx: migrate config filembkma2-6/+16
2021-12-11Use a blank line at mostrbuj3-7/+0
2021-10-26caja-python: do not discard const modifier in PyImport_ImportModuleExrbuj1-1/+1
PyObject *PyImport_ImportModuleEx(const char *name, PyObject *globals, PyObject *locals, PyObject *fromlist)
2021-10-26caja-python: missing g_strduprbuj1-2/+2
2021-08-07release 1.26.0v1.26.0raveit652-9/+13
2021-08-07tx: sync with transifexraveit6574-641/+183
2021-08-07travis-Ci: add notification supportraveit651-0/+12
2021-05-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-25travis: disable travis builds for ubunturaveit651-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-10travis: temporarily disable build for ArchLinuxraveit651-1/+1
2021-03-09travis: build with mate-common-1.24.2 from reposraveit651-11/+0
2021-02-15release 1.25.0v1.25.0raveit652-1/+13
2021-02-15tx: sync with transifexraveit6523-52/+102
2021-02-15tx: update resourceraveit651-7/+2
2021-02-14build: show configure summary using a pretty formatrbuj1-8/+11
2021-02-04build: Use PACKAGE_URL variablerbuj2-2/+2
2020-12-08update issue templateraveit651-1/+1
2020-12-06caja-python: remove warnings about conversionrbuj1-3/+3
2020-11-18travis CI: use rolling tag for ubuntu docker imageraveit651-1/+1
2020-11-18Remove USE_MATE2_MACROS from autogen.sh (legacy)rbuj1-1/+0
2020-06-28[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-17add git.mk to generate .gitignoretamplan5-0/+408
2020-04-25caja-python: Fix memory leak reported by scan-buildrbuj1-0/+2
2020-04-22ci: don't run configure with autogen.shraveit651-1/+1
2020-04-22build: silent build warnings for distcheckraveit651-0/+1
2020-04-11ci: build with mate-common-1.24.1 tarballraveit651-0/+16
2020-04-10ci: add autoconf-archive on arch requirementsrbuj1-0/+1
2020-04-10ci: configure --enable-compile-warnings=maximumrbuj1-1/+1
2020-04-10ci: variables, drop obsolete Warn_Cflagsrbuj1-1/+0