Thomas Tanghus
|
e03839838e
|
Contacts: Throw exception on missing parameters.
|
2013-04-27 03:05:06 +02:00 |
|
Thomas Tanghus
|
49b97e6415
|
Contacts: Removed redundant App instantiation in ContactController.
|
2013-04-27 02:55:34 +02:00 |
|
Thomas Tanghus
|
a4b22fd8bb
|
Contacts: Use timestamp for ctag
|
2013-04-27 02:20:12 +02:00 |
|
Thomas Tanghus
|
a93a5e714c
|
Contacts: Basic permissions test.
|
2013-04-27 02:19:44 +02:00 |
|
Thomas Tanghus
|
e1e06c4f78
|
Contacts: Proper access control in AddressBook and Contact
|
2013-04-27 01:46:25 +02:00 |
|
Thomas Tanghus
|
a2ab3254ab
|
Contacts: Return false on error in db backend
|
2013-04-27 01:46:25 +02:00 |
|
Jenkins for ownCloud
|
f6b03fcd99
|
[tx-robot] updated from transifex
|
2013-04-27 00:54:41 +02:00 |
|
Thomas Tanghus
|
b28796e93d
|
Contacts: Namespace fix
|
2013-04-26 16:54:18 +02:00 |
|
Thomas Tanghus
|
4610367d8d
|
Contacts: Only purge contacts index if they exists
|
2013-04-26 16:53:33 +02:00 |
|
Thomas Mueller
|
950e410c0d
|
PHP 5.3 compatibility
|
2013-04-26 15:36:43 +02:00 |
|
Jenkins for ownCloud
|
fd2da73169
|
[tx-robot] updated from transifex
|
2013-04-26 00:50:45 +02:00 |
|
Thomas Tanghus
|
375bcac080
|
Contacts: Remove update from interface
|
2013-04-25 12:33:52 +02:00 |
|
Thomas Tanghus
|
eb86535393
|
Contacts: Removed abstract method that PHP 5.3 didn't like.
|
2013-04-25 12:31:30 +02:00 |
|
Thomas Tanghus
|
d8357c8cec
|
Contacts: PHP !== JavaScript
|
2013-04-25 10:00:13 +02:00 |
|
Thomas Tanghus
|
ec86678dec
|
Contacts: Small steps towards RESTfulness
|
2013-04-25 04:50:45 +02:00 |
|
Thomas Tanghus
|
5ccd3a04bb
|
Contacts: Remove userid from Storage requests
|
2013-04-25 04:40:12 +02:00 |
|
Thomas Tanghus
|
d837289da9
|
Contacts: Remove userid from routes
|
2013-04-25 04:29:59 +02:00 |
|
Thomas Tanghus
|
a7f9a83985
|
Contacts: Add SettingsController to DIContainer
|
2013-04-25 04:21:56 +02:00 |
|
Thomas Tanghus
|
a4456db329
|
Contacts: Use $this->api->getUserId() in Controllers
|
2013-04-25 04:21:14 +02:00 |
|
Thomas Tanghus
|
1c0c8097f2
|
Contacts: Move code to SettingsController
|
2013-04-25 04:19:41 +02:00 |
|
Thomas Tanghus
|
a573aa16a5
|
Contacts: Add SettingsController
|
2013-04-25 03:56:20 +02:00 |
|
Thomas Tanghus
|
6ac93b2a3d
|
Contacts: Remove legacy Addressbook class
|
2013-04-25 03:21:36 +02:00 |
|
Thomas Tanghus
|
482f5d1c32
|
Contacts: search.php -> searchprovider.php
|
2013-04-25 03:19:58 +02:00 |
|
Thomas Tanghus
|
32c773b5b5
|
Contacts: Removed local copy of Request class
|
2013-04-25 03:17:49 +02:00 |
|
Thomas Tanghus
|
a3b63ec68d
|
Contacts: Removed obsolete ajax files
|
2013-04-25 03:14:48 +02:00 |
|
Thomas Tanghus
|
c5ed2734ce
|
Contacts: Fix ImageResponse ctor
|
2013-04-25 01:49:43 +02:00 |
|
Thomas Tanghus
|
635a6e2825
|
Contacts: Added start on LDAP backend by @babelouest
|
2013-04-25 01:46:47 +02:00 |
|
Thomas Tanghus
|
9a38c57df9
|
Merge branch 'master' into contacts_framework
Conflicts:
contacts/css/contacts.css
|
2013-04-25 01:11:22 +02:00 |
|
Thomas Tanghus
|
80294e935b
|
Contacts: Move code out out routing.
|
2013-04-25 01:04:29 +02:00 |
|
Thomas Tanghus
|
c18bd89e51
|
Contacts: One more class name adjustment
|
2013-04-25 01:03:42 +02:00 |
|
Thomas Tanghus
|
8414c16955
|
Contacts: Adjust some class names
|
2013-04-25 01:03:05 +02:00 |
|
Thomas Tanghus
|
6bc6d8f478
|
Contacts: Fix loading default contact image
|
2013-04-25 00:59:03 +02:00 |
|
Thomas Tanghus
|
d0ad2a5581
|
Contacts: Clean directory structure thanks to owncloud/core#2993 \o/
|
2013-04-25 00:57:45 +02:00 |
|
Thomas Tanghus
|
59afb74fc4
|
Contacts: Added Changelog
|
2013-04-25 00:57:23 +02:00 |
|
Thomas Tanghus
|
2105d5a3be
|
Contacts: Scrapped OC::$CLASSPATH thanks to owncloud/core#2993 \o/
|
2013-04-25 00:53:16 +02:00 |
|
Thomas Tanghus
|
128a99b957
|
Contacts: No need for own ControllerBase anymore
|
2013-04-25 00:17:36 +02:00 |
|
Thomas Tanghus
|
f3cbad7d2b
|
Contacts: Add ContactController to DIContainer
|
2013-04-24 23:56:11 +02:00 |
|
Thomas Tanghus
|
fc69739461
|
Contacts: Image- and JSONResponse
|
2013-04-24 23:38:31 +02:00 |
|
Thomas Tanghus
|
7c61a10b41
|
Contacts: AddressBook-, Contact- and GroupController
|
2013-04-24 23:36:54 +02:00 |
|
Thomas Tanghus
|
f8b0c70803
|
Merge pull request #1052 from owncloud/contacts_pixel_perfect
Contacts App Miscellaneous Style Fixes
|
2013-04-24 11:58:33 -07:00 |
|
raghunayyar
|
07e3273f85
|
Shifts contacts heading away from navigation shadow.
|
2013-04-24 23:25:26 +05:30 |
|
raghunayyar
|
6510f4e9aa
|
Defines a width for the number of contacts.
|
2013-04-24 23:02:05 +05:30 |
|
Jenkins for ownCloud
|
743dcf9222
|
[tx-robot] updated from transifex
|
2013-04-24 00:50:39 +02:00 |
|
raghunayyar
|
a89e62759c
|
Reverting New line at the end of contacts.css
|
2013-04-23 19:49:13 +05:30 |
|
raghunayyar
|
b55ffd03f0
|
Removes IDs and uses data-element attribute instead.
|
2013-04-23 19:19:58 +05:30 |
|
Jenkins for ownCloud
|
8c24b03eeb
|
[tx-robot] updated from transifex
|
2013-04-23 00:50:45 +02:00 |
|
raghunayyar
|
25a395d9c0
|
Adjusting the Add Contact UI.
|
2013-04-23 01:53:05 +05:30 |
|
raghunayyar
|
892b64f9f6
|
Makes Inputs uniformly thick in the Add contact UI.
|
2013-04-23 01:44:53 +05:30 |
|
raghunayyar
|
f92c42699d
|
[Initial Commit] : Left Content Alignment Changes
|
2013-04-23 01:39:44 +05:30 |
|
Jenkins for ownCloud
|
1ed7f0211d
|
[tx-robot] updated from transifex
|
2013-04-22 00:50:11 +02:00 |
|