Mike Ng
|
197612de7b
|
implementation back-end for refactoring of orders
refactoring layout order-box and order-item
|
2017-08-17 14:42:10 +04:00 |
|
Thibaud Fabre
|
b5bbb1851f
|
Merge branch 4.0
|
2016-12-05 15:26:48 +01:00 |
|
Xavier Rousset
|
7945994140
|
PHRAS-1173 SQL fix and template update
|
2016-10-11 15:27:13 +02:00 |
|
Thibaud Fabre
|
4a434672b4
|
Remove limit clause and use maxResults query method
|
2016-09-21 15:17:27 +02:00 |
|
Thibaud Fabre
|
e9f74c9c52
|
Fix login issues when multiple validation tokens exist
|
2016-09-21 15:17:18 +02:00 |
|
Thibaud Fabre
|
fbed39bf56
|
Change default sort direction for created_on sorts in order manager
|
2016-05-20 11:49:25 +02:00 |
|
Thibaud Fabre
|
3381d18b22
|
PHRAS-1107 Fix order pagination in repository
|
2016-05-19 19:00:47 +02:00 |
|
Benoît Burnichon
|
1e18b3e69f
|
This is a combination of 33 commits.
- Squashed Pull request #1730
- Squashed Pull request #1741
- Squashed Pull request #1742
- Squash merge branch 4.0
- Squashed Pull request #1744
- Squashed Pull request #1746
- Squashed merge branch 4.0
- Squashed merge branch 4.0
- Squashed merge branch 4.0
- Squashed merge branch 4.0
- Squashed Pull request #1758
- Avoid using imagine/imagine alias as it is causing install issues
- Squashed merge branch 4.0
- Squashed Pull request #1763
- Squashed merge branch 4.0
- Squash of 6 commits
- Squashed merge branch 4.0
- This is a combination of 2 commits.
- Squashed Pull request #1775
- Squashed Pull request #1777
- Squashed Pull request #1779
- Squashed Pull request #1780
- Squashed Pull request #1782
- Adds a Pull request template
- Squased Pull request #1783
- Squash Pull request #1786
- Squashed Pull request #1796
- Squashed merge branch 4.0
- Squash Pull request #1791
- Squashed merge branch 4.0
- Squashed Pull request #1808
- Squashed Pull request #1811
- Squashed Pull request #1809
|
2016-04-20 16:22:14 +02:00 |
|
Benoît Burnichon
|
718db61448
|
PHPCS BasketElementRepository
|
2016-04-11 12:50:37 +02:00 |
|
Benoît Burnichon
|
bc1d5ed2c2
|
Fix BasketElementRepository findByRecordIds
|
2016-04-11 12:33:45 +02:00 |
|
Thibaud Fabre
|
c05cac4800
|
Hydrate events one by one to preserve memory
|
2016-04-06 16:16:47 +02:00 |
|
Benoît Burnichon
|
3944580f8c
|
fix return type from Failure Manager.
Also require injection of an AuthFailureRepository instance.
Add flush of entities.
|
2016-03-15 12:21:56 +01:00 |
|
Benoît Burnichon
|
c3cb083d25
|
PHPCS in BasketRepository
|
2016-02-26 16:18:48 +01:00 |
|
Benoît Burnichon
|
311f563b86
|
Change bad SQL query which not always is scalar
|
2016-02-15 16:04:57 +01:00 |
|
Benoît Burnichon
|
403eb36903
|
Demote Admin users on request
|
2016-02-09 12:25:28 +01:00 |
|
Benoît Burnichon
|
0ef9b668c2
|
Remove use of gettext shortcut method.
|
2016-02-01 14:03:29 +01:00 |
|
Benoît Burnichon
|
51023c5533
|
bump copyright year
|
2016-01-05 13:38:14 +01:00 |
|
Benoît Burnichon
|
53a5ff7f3d
|
Change read status of Basket in Repository
|
2015-12-22 17:44:34 +01:00 |
|
Benoît Burnichon
|
28650e6a66
|
Add BasketManipulator to unify internal/external API
|
2015-12-22 17:44:34 +01:00 |
|
Benoît Burnichon
|
9905138979
|
Add a way to retrieve non id filtered.
|
2015-11-06 18:57:51 +01:00 |
|
Benoît Burnichon
|
fbc8340f4a
|
Add FeedRepository method to filter Feeds by ACL
|
2015-11-06 18:24:46 +01:00 |
|
Jean-Yves Gaulier
|
c4993f83d5
|
PHRAS-766 #time 30m
fix : login and mail is now case insensitive in doctrine "find" methods.
|
2015-10-14 17:43:21 +02:00 |
|
Benoît Burnichon
|
ca5e6772f6
|
Refactor LoginController
PHRAS-529 #time 2h
|
2015-06-18 16:55:19 +02:00 |
|
Benoît Burnichon
|
fa283b74b5
|
Refactor DeveloperController
PHRAS-529 #time 1h
|
2015-06-18 14:49:53 +02:00 |
|
Benoît Burnichon
|
dd0b661dac
|
Refactor AccountController
PHRAS-529 #time 1h
|
2015-06-18 14:49:52 +02:00 |
|
Benoît Burnichon
|
4529c4dd6b
|
Refactor UsrListController
|
2015-06-08 11:48:14 +02:00 |
|
Benoît Burnichon
|
89df907285
|
Display registration should use pending Registrations.
fixes PHRAS-551
|
2015-06-02 11:40:03 +02:00 |
|
Benoît Burnichon
|
7581aada18
|
Merge pull request #1384 from bburnichon/feature/controller-as-service
controller as service
|
2015-05-27 18:30:40 +02:00 |
|
Benoît Burnichon
|
a85f495b23
|
Fixup return on getEntry to Collection.
PHRAS-542.
|
2015-05-27 11:11:20 +02:00 |
|
Benoît Burnichon
|
2523320850
|
Refactor RecordController. Adding SearchEngineTrait
|
2015-05-25 17:38:09 +02:00 |
|
Benoît Burnichon
|
1dc0ff9123
|
JWT uses an ArrayAccess but expects a string, not a Secret model.
|
2015-05-21 14:33:11 +02:00 |
|
Benoît Burnichon
|
fb5ca52306
|
Add Permalink
|
2015-05-21 12:26:28 +02:00 |
|
Benoît Burnichon
|
80bb56b875
|
Merge pull request #1373 from bburnichon/feature/phras-519-revocable-permalinks
PHRAS-519 avoid public feeds not to check permalink status (is_enabled status field)
|
2015-05-07 17:35:06 +02:00 |
|
Benoît Burnichon
|
8f8030bb11
|
Remove $app dependency on FeedItemRepository::isRecordInPublicFeed() method.
|
2015-05-07 11:03:27 +02:00 |
|
Benoît Burnichon
|
62b8e5a6e4
|
Refactoring of API V1 Controller
|
2015-04-27 20:35:36 +02:00 |
|
Benoît Burnichon
|
3f4e767557
|
Refactor Api OAuth2 Controller
|
2015-04-21 19:40:22 +02:00 |
|
Benoît Burnichon
|
feddae6ac7
|
UserController refactor
|
2015-04-01 10:23:05 +02:00 |
|
Benoît Burnichon
|
054195d3c0
|
Finish Lightbox Controller
|
2015-03-30 14:41:15 +02:00 |
|
Benoît Burnichon
|
bcf59c560d
|
Partial LightboxController refactor
|
2015-03-27 19:13:07 +01:00 |
|
Benoît Burnichon
|
b44fb7ed76
|
Typehint collection in RegistrationRepository
|
2015-03-12 15:08:24 +01:00 |
|
Benoît Burnichon
|
6d7c086ad7
|
Improve LazaretFileRepository by using query builder
|
2015-03-12 15:08:24 +01:00 |
|
Nicolas Le Goff
|
9a3e92ed9c
|
Multiple ORMs for all database
|
2015-02-12 17:58:45 +01:00 |
|
Nicolas Le Goff
|
065f64bd47
|
Report previous patches
|
2015-02-09 13:42:26 +01:00 |
|
Nicolas Le Goff
|
b2dad6c18a
|
Fix SQL queries
|
2015-02-06 17:01:49 +01:00 |
|
Nicolas Le Goff
|
088b0672cb
|
Fix latest merge
|
2014-12-15 11:40:30 +01:00 |
|
Nicolas Le Goff
|
66fa05f4ee
|
Fix CS
|
2014-07-17 15:17:04 +02:00 |
|
Nicolas Le Goff
|
1970439edb
|
Fix latest merge
|
2014-06-24 16:40:12 +02:00 |
|
Nicolas Le Goff
|
0d040519f3
|
Add third party application webhook event
|
2014-06-23 17:48:42 +02:00 |
|
Nicolas Le Goff
|
b92370cca2
|
Merge pull request #1021 from nlegoff/api-doctrine
[READY][3.9] Transform api_* tables to doctrine entities
|
2014-06-13 14:13:23 +02:00 |
|
Nicolas Le Goff
|
1054483ae9
|
Fix latest merge
|
2014-03-30 21:17:46 +02:00 |
|