Giter Site home page Giter Site logo

softwareloop / uploader-plus Goto Github PK

View Code? Open in Web Editor NEW
41.0 41.0 40.0 521 KB

An Alfresco uploader that prompts for metadata

License: GNU Lesser General Public License v3.0

Shell 1.22% JavaScript 72.08% Java 2.62% CSS 1.32% Batchfile 0.25% FreeMarker 22.52%

uploader-plus's Introduction

๐Ÿ‘‹ Hi

I'm a senior backend developer, working for Urbi, building services and integrations for smart/green mobility. I'm specialised in Java, Kotlin, AWS, and Postgres. I advocate automated testing for quality and productivity.

Although I enjoy all new technologies, you'll often find me refining the fundamentals of professional software development: OO, TDD, DDD, and refactoring.

I'm fascinated by Douglas Hoftstadter's books and research, including the topic of analogies and analogy-making machines. I'm interesting in optimisation and I'm a fond user of OptaPlanner.

I like engineering, anything from oil rigs to electric vehicles, and computer science applied to engineering problems.

My current learning goal is getting a grip on the Rust programming language.

๐Ÿšš My repos

Kotlin:

  • glo: helps organising a library of game roms by looking up their hashes on public databases

Java:

  • mybatis-generator-lombok-plugin: a plugin for MyBatis Generator to use Lombok annotations instead of getters and setters
  • contacts-sync: originally designed as a tool to sync Gmail and LinkedIn contacts, it has become a playground to learn OAuth
  • tstconfig: a system administration tool for automatic configuration testing.

Alfresco document management:

  • uploader-plus: an enhanced file uploader that prompts for metadata, developed together with the great Alfresco community (thank you all).
  • alfresco-inboxes: an inbox plugin implemented using the Aikau framework

๐Ÿ“– Articles

Some articles I saved from my old blog:

uploader-plus's People

Contributors

afaust avatar alex4u2nv avatar anghelutar avatar aviriel avatar douglascrp avatar mavidot avatar softwareloop avatar sprouvez avatar tartard avatar tom-vandepoele avatar tomasrgar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

uploader-plus's Issues

Admin: populate upload folders datatable

via a search for the up:UploadFolder aspect

via Lucene:

TYPE:"cm:folder" AND ASPECT:"up:UploadFolder"

or CMIS:

select f.*, uf.* 
from cmis:folder f 
join up:UploadFolder uf on f.cmis:objectId = uf.cmis:objectId

Upload fails when filename already exists

upload.post.js handles duplicate file names by providing an alternative name (with a numeric suffix).
When the metadata form sends prop_cm_name, the alternative name is overwritten with the initial one, causing a conflic.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.