Hillel Coren
|
7d77652edf
|
Fix for tests
|
2017-02-07 17:31:06 +02:00 |
|
Hillel Coren
|
56c44e6fef
|
Fix for tests
|
2017-01-22 12:39:40 +02:00 |
|
Hillel Coren
|
1337b8130a
|
Fix for tests
|
2017-01-15 21:52:31 +02:00 |
|
Hillel Coren
|
b1caad4995
|
Replace terms page with WP link
|
2017-01-13 14:18:24 +02:00 |
|
Hillel Coren
|
bef3b85614
|
Fix for tests
|
2016-12-15 13:54:09 +02:00 |
|
Hillel Coren
|
9351e7fb93
|
Fix for tests
|
2016-12-05 21:43:22 +02:00 |
|
Hillel Coren
|
880f903c8f
|
Fix for tests
|
2016-12-05 20:22:11 +02:00 |
|
Hillel Coren
|
de7664f205
|
Fix for tests
|
2016-12-05 12:30:41 +02:00 |
|
Hillel Coren
|
41b24edeb3
|
Update check balance test
|
2016-11-09 16:13:13 +02:00 |
|
Hillel Coren
|
0a20460242
|
Added dashboard data to API tests
|
2016-11-06 14:00:37 +02:00 |
|
Hillel Coren
|
3023eeb058
|
Fix for uploading multiple documents
|
2016-10-25 20:16:29 +03:00 |
|
Hillel Coren
|
dbbe0507cf
|
Fix for tests
|
2016-10-06 13:02:25 +03:00 |
|
Hillel Coren
|
0529f0b80b
|
Fix for tests
|
2016-10-05 17:47:03 +03:00 |
|
Hillel Coren
|
da8a2be62e
|
Fix for tests
|
2016-10-05 13:57:59 +03:00 |
|
Hillel Coren
|
a44bea78b2
|
Fix for tests
|
2016-10-02 13:36:14 +03:00 |
|
Hillel Coren
|
2a0d943ba2
|
Fix for tests
|
2016-10-02 12:52:23 +03:00 |
|
Hillel Coren
|
2ff844f7e3
|
Fix for tests
|
2016-10-02 12:51:30 +03:00 |
|
Hillel Coren
|
ac97eb3e03
|
Fix for tests
|
2016-10-02 12:51:10 +03:00 |
|
Hillel Coren
|
ddfb9dac7e
|
Fix for tests
|
2016-10-02 12:50:15 +03:00 |
|
Hillel Coren
|
4ac566f3fb
|
Fix for tests
|
2016-10-02 12:23:14 +03:00 |
|
Hillel Coren
|
ef29c549ef
|
Fix for tests
|
2016-09-25 16:29:24 +03:00 |
|
Hillel Coren
|
fb6f223538
|
Fix for payment test
|
2016-09-14 18:54:49 +03:00 |
|
Hillel Coren
|
ef81549694
|
Working on the dashboard
|
2016-09-11 20:05:59 +03:00 |
|
Hillel Coren
|
83fab383c2
|
Fix for tests
|
2016-08-19 13:54:28 +03:00 |
|
Hillel Coren
|
11ca3c3f18
|
Check all date format is automated test
|
2016-08-17 21:43:16 +03:00 |
|
Hillel Coren
|
00666132e3
|
Working on tests
|
2016-08-02 13:44:36 +03:00 |
|
Hillel Coren
|
2924e03a17
|
Added automated test for language files
|
2016-08-02 10:41:04 +03:00 |
|
Hillel Coren
|
498578cefc
|
Rollback to 2.6.5
|
2016-07-21 15:35:23 +03:00 |
|
Holger Lösken
|
d36675b15b
|
Use Elixir for asset management
- Set up Elixir for asset management
- CSS + JS will be handled via Elixir/Gulp in gulpfile.js
- Removed outdates public/js files
|
2016-07-20 08:29:45 +00:00 |
|
Hillel Coren
|
7bb8f0ca4a
|
Merge https://github.com/codedge/invoiceninja into codedge-#904-Unify-js-no-public-js
Conflicts:
app/Http/Controllers/AccountController.php
resources/lang/en/texts.php
|
2016-07-20 10:49:08 +03:00 |
|
Hillel Coren
|
7c303e514f
|
Temp fix for automated test
|
2016-07-13 20:16:45 +03:00 |
|
Hillel Coren
|
b233aa0744
|
Merge branch 'release-2.6'
Conflicts:
.travis.yml
CONTRIBUTING.md
README.md
app/Http/Controllers/AccountController.php
app/Http/Controllers/AppController.php
app/Http/Controllers/BaseAPIController.php
app/Http/Controllers/CreditController.php
app/Http/Controllers/DashboardController.php
app/Http/Controllers/DocumentController.php
app/Http/Controllers/PaymentController.php
app/Http/Controllers/QuoteApiController.php
app/Http/Requests/EntityRequest.php
app/Http/routes.php
app/Listeners/AnalyticsListener.php
app/Models/Account.php
app/Models/Credit.php
app/Models/Document.php
app/Models/EntityModel.php
app/Models/Expense.php
app/Models/Invoice.php
app/Models/Task.php
app/Models/VendorContact.php
app/Ninja/Notifications/PushFactory.php
app/Ninja/Repositories/DocumentRepository.php
app/Ninja/Repositories/ExpenseRepository.php
app/Ninja/Repositories/InvoiceRepository.php
app/Services/PushService.php
composer.json
composer.lock
database/migrations/2014_05_17_175626_add_quotes.php
database/seeds/UserTableSeeder.php
resources/lang/en/texts.php
resources/views/accounts/customize_design.blade.php
resources/views/accounts/invoice_design.blade.php
resources/views/accounts/management.blade.php
resources/views/expenses/edit.blade.php
resources/views/header.blade.php
resources/views/invoices/edit.blade.php
resources/views/master.blade.php
resources/views/payments/payment.blade.php
resources/views/users/edit.blade.php
|
2016-07-11 23:33:58 +03:00 |
|
Hillel Coren
|
c8573df879
|
Disabled user test
|
2016-07-11 22:16:06 +03:00 |
|
Hillel Coren
|
c339c66623
|
Fix for approving quote
|
2016-07-04 13:28:13 +03:00 |
|
Hillel Coren
|
637f298818
|
Fix for approving quote
|
2016-07-04 13:21:40 +03:00 |
|
Hillel Coren
|
46ad320962
|
Fix for go pro test
|
2016-06-28 21:21:01 +03:00 |
|
Hillel Coren
|
6836ed849b
|
Fix for test
|
2016-06-21 12:31:38 +03:00 |
|
Hillel Coren
|
b06b437e27
|
Fix for tests
|
2016-06-20 22:26:48 +03:00 |
|
Hillel Coren
|
c5e4707ef5
|
Fix for tests
|
2016-06-09 11:27:22 +03:00 |
|
Hillel Coren
|
ffa67cef3b
|
Refactoring payments code...
|
2016-06-09 10:56:22 +03:00 |
|
Hillel Coren
|
cc55cdc1b5
|
Working on tests
|
2016-06-07 17:29:26 +03:00 |
|
Hillel Coren
|
6b7542085a
|
Working on tests
|
2016-06-07 17:18:52 +03:00 |
|
Hillel Coren
|
a1f0461e02
|
Working on tests
|
2016-06-07 17:07:28 +03:00 |
|
Hillel Coren
|
3b9b4a049e
|
Fix for online payment test
|
2016-06-06 21:59:27 +03:00 |
|
Hillel Coren
|
02b0840215
|
Fix for online payment test
|
2016-05-13 10:38:42 +03:00 |
|
Hillel Coren
|
a00a86a578
|
Fix for travis
|
2016-05-05 10:23:09 +03:00 |
|
Hillel Coren
|
3b508f656b
|
Fix for travis test
|
2016-05-05 09:35:39 +03:00 |
|
Hillel Coren
|
db9d75ceff
|
Changed vendorcontacts to vendor_contacts
|
2016-05-04 15:16:49 +03:00 |
|
Hillel Coren
|
dfa6c518ab
|
Fix for travis test
|
2016-05-03 23:15:41 +03:00 |
|
Hillel Coren
|
871456d402
|
Fix for travis test
|
2016-05-03 11:40:17 +03:00 |
|
Hillel Coren
|
0645cdddb1
|
Fix for travis tests
|
2016-05-03 09:47:47 +03:00 |
|
Hillel Coren
|
95fdda6e1b
|
Fix for travis tests
|
2016-05-02 23:11:16 +03:00 |
|
Hillel Coren
|
f74b30cdde
|
Added automated tests for API
|
2016-05-02 22:51:22 +03:00 |
|
Hillel Coren
|
29a03179a9
|
Fix for travis tests
|
2016-05-02 22:34:30 +03:00 |
|
Hillel Coren
|
1b92f66482
|
Adding permissions to the API
|
2016-05-02 09:33:48 +03:00 |
|
Hillel Coren
|
a9e10985a1
|
Fix for tests
|
2016-04-30 21:52:53 +03:00 |
|
Hillel Coren
|
a24ae57b4e
|
Fix for travis tests
|
2016-04-30 21:41:05 +03:00 |
|
Hillel Coren
|
fb9a2de240
|
Working on TaxRates test
|
2016-04-15 10:25:26 +03:00 |
|
Hillel Coren
|
27f72a4730
|
Fix for tax rates test
|
2016-04-11 11:48:46 +03:00 |
|
Hillel Coren
|
f32a497d0d
|
Fix for tax rates test
|
2016-03-15 16:55:23 +02:00 |
|
Hillel Coren
|
ad12557c78
|
Fix for tax rates test
|
2016-03-15 15:25:00 +02:00 |
|
Hillel Coren
|
b076ed07ea
|
Working on Travis tests
|
2016-03-15 13:50:33 +02:00 |
|
Hillel Coren
|
8f99fc0b87
|
Working on Travis tests
|
2016-03-15 13:13:46 +02:00 |
|
Hillel Coren
|
3a39da55fd
|
Added test for quotes
|
2016-03-13 17:38:55 +02:00 |
|
Hillel Coren
|
be922725cd
|
Fix for taxes test
|
2016-03-09 17:02:16 +02:00 |
|
Hillel Coren
|
bc3096f800
|
Fix for tax rate test
|
2016-03-08 23:39:05 +02:00 |
|
Hillel Coren
|
bfe3262024
|
Fix for tax test
|
2016-03-08 22:05:56 +02:00 |
|
Hillel Coren
|
cc03b4456c
|
Working on tests
|
2016-03-02 19:23:20 +02:00 |
|
Hillel Coren
|
3f11969c7c
|
Fix for tests after product_key change
|
2016-02-29 20:08:09 +02:00 |
|
Hillel Coren
|
4463030865
|
Added test for vendors and expenses
|
2016-02-26 13:36:50 +02:00 |
|
Hillel Coren
|
ce2e8c149a
|
Added test for vendors and expenses
|
2016-02-26 11:47:39 +02:00 |
|
Hillel Coren
|
c9f38699d2
|
Updated Travis config
|
2016-02-22 21:58:16 +02:00 |
|
Hillel Coren
|
826d1b868b
|
Enable auto renewing and updated Travis config
|
2016-02-22 21:23:15 +02:00 |
|
Hillel Coren
|
1cb199f491
|
Working on taxes test
|
2016-02-19 08:42:46 +02:00 |
|
Hillel Coren
|
fed9078c42
|
Travis...
|
2016-02-18 23:05:30 +02:00 |
|
Hillel Coren
|
fcc1d62d9b
|
Fixing test payment in Travis
|
2016-02-18 16:59:50 +02:00 |
|
Hillel Coren
|
dffe4a1b55
|
Working on TravisCI
|
2016-02-18 14:48:24 +02:00 |
|
Hillel Coren
|
f8066492e6
|
Working on TravisCI
|
2016-02-18 13:36:47 +02:00 |
|
Hillel Coren
|
19a4978fe5
|
Working on TravisCI
|
2016-02-18 13:03:06 +02:00 |
|
Hillel Coren
|
ec6922cca0
|
Working on TravisCI
|
2016-02-18 12:56:32 +02:00 |
|
Hillel Coren
|
73312502cc
|
Working on TravisCI
|
2016-02-18 12:29:00 +02:00 |
|
Hillel Coren
|
c834baa1b8
|
Working on TravisCI
|
2016-02-18 12:26:21 +02:00 |
|
Hillel Coren
|
f060798721
|
Working on TravisCI
|
2016-02-18 12:11:09 +02:00 |
|
Hillel Coren
|
65557fc0bd
|
Working on TravisCI
|
2016-02-18 11:49:07 +02:00 |
|
Hillel Coren
|
cbbe56c38f
|
Working on TravisCI
|
2016-02-18 11:30:29 +02:00 |
|
Hillel Coren
|
2eda30023c
|
Working on TravisCI
|
2016-02-18 11:03:46 +02:00 |
|
Hillel Coren
|
44c638ea54
|
Working on TravisCI
|
2016-02-18 10:50:35 +02:00 |
|
Hillel Coren
|
c3ba842273
|
Working on TravisCI
|
2016-02-18 10:10:46 +02:00 |
|
Hillel Coren
|
078736e9d2
|
Working on TravisCI
|
2016-02-18 10:06:06 +02:00 |
|
Hillel Coren
|
b8417d5d36
|
Working on TravisCI
|
2016-02-18 10:02:24 +02:00 |
|
Hillel Coren
|
780cbbcee2
|
Changed dataviz to red/green
|
2016-02-18 09:20:53 +02:00 |
|
Hillel Coren
|
5c8b4f4ba3
|
Changed dataviz to red/green
|
2016-02-17 22:59:06 +02:00 |
|
Hillel Coren
|
f5d008a607
|
Working on TravisCI
|
2016-02-17 22:08:57 +02:00 |
|
Hillel Coren
|
9f6aa99e86
|
Working on TravisCI
|
2016-02-17 22:02:14 +02:00 |
|
Hillel Coren
|
168e318a79
|
Working on TravisCI
|
2016-02-17 21:58:50 +02:00 |
|
Hillel Coren
|
92532c3a63
|
Working on TravisCI
|
2016-02-17 21:47:46 +02:00 |
|
Hillel Coren
|
21e178477c
|
Working on TravisCI
|
2016-02-17 21:41:14 +02:00 |
|
Hillel Coren
|
1794811f9b
|
Added two week trial for hosted pro plan
|
2016-02-11 17:12:27 +02:00 |
|
Hillel Coren
|
e9cacf2fdf
|
Added tax rates and localization to the API
|
2016-02-03 16:03:56 +02:00 |
|
Hillel Coren
|
efc9ab4f9e
|
Working on OFX support
|
2016-01-26 22:22:33 +02:00 |
|