aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* ✨ Allow custom styles system wideLuc Didry2019-10-111-0/+3
| | | | Should fix #4060
* Add ability to import/export tagging rulesJeremy Benoist2019-07-081-0/+1
| | | | | | | | | - Add missing translations - Add some tests - Add `/api/taggingrule/export` API endpoint - Add baggy theme - Add error message when importing tagging rules failed - Also fix all translations (I think we are good now)
* Keep composer.lockJeremy Benoist2019-05-291-3/+0
| | | | | | | | We initially ignored the `composer.lock` because it generated a lock of rebase on PR when someone updated it and the master updated it too. Now we have less contributions (sadly) so I think we won't run against that problem. Also, it'll solve issue about people cloning the master and got angry because composer eat all the available memory to determine packages to install. It'll also be much easier to make release. Scrutinizer & Travis will be faster too.
* Updating .gitignoreKevin Decherf2017-10-241-4/+3
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-0/+1
|
* Crypt site credential passwordJeremy Benoist2017-06-201-0/+1
|
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-0/+1
| | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
* Ignore tests exported filesThomas Citharel2017-04-291-0/+4
|
* Move related event things in Event folderJeremy Benoist2016-10-301-1/+2
|
* Basically, fix everythingThomas Citharel2016-10-031-7/+8
| | | | | | * Remove install.sh * Assets are now provided * Icons font issues are fixed
* Remove .idea stuffThomas Citharel2016-09-281-5/+1
|
* Assets workThomas Citharel2016-09-281-0/+4
| | | | | | | | | | * ES6 all the things ! * ESLint checks everything * CSS fixes (use stylelint) * Fix #2231
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-07-201-0/+3
|\
| * Remove binary from repoJeremy Benoist2016-07-201-0/+3
| | | | | | | | | | | | | | Since Composer 1.2, binaries are re-installed from vendors if there aren't found. This avoid us to commit binaries vendors into the repo. :warning: You have to update your Composer to the 1.2 (`composer selfupdate`)
* | manage assets through npmThomas Citharel2016-06-091-0/+8
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too. Change ManyToMany between entry & tag Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed Prepare wallabag 2.0.5 enforce older materialize version
* Ignore composer.lockJeremy Benoist2016-01-201-0/+3
| | | | | | | | | | | Having a big composer.lock on a final project can have side effect on incoming PR that add a new vendor. Mostly because conflict are too frequent. By ignoring composer.lock we ease the PR submission and rebase. BUT we need to be careful when we release a new version of wallabag. We should manually `git add -f composer.lock` to update it. Since composer.lock will no longer be commited I switch the `composer install` to a `composer up` in the travis configuration.
* Switch to Symfony 3 structureJeremy Benoist2016-01-151-14/+9
|
* Add Docker configuration for Postgres and MariaDBFabien MEURILLON2016-01-101-1/+2
|
* Add basic docker-compose configurationFabien MEURILLON2016-01-101-0/+3
|
* Simplify build systemJeremy2015-03-031-3/+3
|
* Add LiipThemeBundleJeremy2015-03-011-1/+1
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* Installation should be launch manuallyJeremy2015-02-021-1/+1
| | | | Also upadte readme for v2 and define a test database (for the future)
* 1st implementation of wallabag api, yeahNicolas Lœuillet2015-01-281-15/+29
|
* change gitignore, last time, I promisedNicolas Lœuillet2015-01-281-1/+3
|
* change gitignoreNicolas Lœuillet2015-01-281-1/+0
|
* change gitignoreNicolas Lœuillet2015-01-281-1/+2
|
* change gitignoreNicolas Lœuillet2015-01-281-1/+1
|
* symfony is thereNicolas Lœuillet2015-01-221-5/+18
|
* add install script after composer installNicolas Lœuillet2015-01-211-1/+1
|
* restructure foldersNicolas Lœuillet2015-01-201-0/+1
|
* new foldersNicolas Lœuillet2015-01-201-5/+4
|
* add DS_Store in gitignoreNicolas Lœuillet2014-11-081-0/+1
|
* ignore vagrant directoryNicolas Lœuillet2014-10-301-1/+2
|
* [change] ignore tmp files in HTML purifierNicolas Lœuillet2014-03-021-1/+2
|
* change submodule & gitignoreNicolas Lœuillet2013-10-031-2/+0
|
* merge #224Nicolas Lœuillet2013-09-201-1/+1
|
* gitignoreNicolas Lœuillet2013-08-231-0/+2
|
* typo in gitignoreNicolas Lœuillet2013-08-171-1/+1
|
* gitignoreNicolas Lœuillet2013-08-171-1/+1
|
* ignore myconfig.inc.php in gitNicolas Lœuillet2013-08-161-1/+2
|
* ignore doc outputNicolas Lœuillet2013-08-081-1/+2
|
* ignore doc outputNicolas Lœuillet2013-08-081-1/+2
|
* copy of poche.sqliteNicolas Lœuillet2013-08-051-1/+2
|
* gitignoreNicolas Lœuillet2013-08-041-0/+2
|
* rm vendorNicolas Lœuillet2013-08-041-1/+0
|
* gitignore vendorNicolas Lœuillet2013-08-041-0/+1