1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
Commit Graph

259 Commits

Author SHA1 Message Date
Thomas Tanghus
ad2d20ba2d Check for stale link to contact 2014-03-23 11:51:59 +01:00
Thomas Tanghus
5eb8ac1398 Fix translation string wording 2014-03-22 21:33:36 +01:00
Thomas Tanghus
b222447fa5 Use ajax instead of posting to iframe and the likes 2014-03-20 16:00:38 +01:00
Thomas Tanghus
05acb6e87a Mostly done refactoring Photo controller 2014-03-20 01:55:57 +01:00
Thomas Tanghus
564c225e8d Do a proper group check when closing contact. Fix #449 2014-03-17 19:30:46 +01:00
Thomas Tanghus
cc28aaf4f9 Check if contact is valid when removing from group 2014-03-14 01:22:20 +01:00
Thomas Tanghus
90d3a370d5 Set mailto timeout to 1000 ms. 500 was too little 2014-03-14 01:18:10 +01:00
Thomas Tanghus
e4f8a863b8 Try to open in new tab if the mailto handler is webmail. Refs. #394 2014-03-11 15:44:15 +01:00
Thomas Tanghus
f6bfea77e7 Scrutinizer cleanup 2014-03-08 16:22:51 +01:00
Thomas Tanghus
dfb12d10e1 Scrutinizer JS fixes 2014-03-08 09:06:05 +01:00
Thomas Tanghus
20e5d876fa Scrutinizer JS fixes 2014-03-08 06:30:29 +01:00
Thomas Tanghus
c014fae14b Merge pull request #431 from owncloud/kill-routes.json
[WIP] Replace OC.Router.generate() with OC.generateUrl()
2014-03-07 01:00:06 +01:00
Thomas Tanghus
6a508c58df Don't unselect contact when opening one. Close #326 2014-03-04 22:25:56 +01:00
Thomas Tanghus
3e2f508975 Cleanup contact actions. Close #377 2014-03-04 21:56:46 +01:00
Thomas Tanghus
0c570936f3 An open contact disappered when added new. Close #428 2014-03-04 20:39:33 +01:00
Thomas Müller
835ef19ce2 fixing app url 2014-03-02 23:19:01 +01:00
Thomas Müller
162bc3d750 Replace OC.Router.generate() with OC.generateUrl() 2014-03-02 23:01:56 +01:00
Thomas Tanghus
3536fcc81a Add missing class for list item delete 2014-02-27 15:03:44 +01:00
Thomas Tanghus
a761bf6ab4 Force myself to use be consistent ;) 2014-02-19 00:49:19 +01:00
jbtbnl
cb1e998625 Fix for #416. 2014-02-17 22:38:32 +01:00
jbtbnl
c835daf184 Fix for #416. 2014-02-14 18:08:08 +01:00
Thomas Tanghus
221ea02a1c colspan doesn't take percentage 2014-02-06 03:31:39 +01:00
Thomas Tanghus
10e16da4cb Fix regression caused by checking current group when opening contact 2014-02-05 22:31:43 +01:00
jbtbnl
ef9b48cdbc Fixes #368. 2014-01-28 21:37:50 +01:00
jbtbnl
f734d8ebdd Fix contacts disappearing #387. 2014-01-28 21:29:27 +01:00
jbtbnl
8b82a4328c Fixes #387. 2014-01-28 21:21:33 +01:00
Thomas Tanghus
4b92d3ed5f Check if opened contact is in current group. Close #346 2014-01-26 04:33:59 +01:00
Thomas Tanghus
cbc4200fbe More JS groups management. Should finally fix #376 ;) 2014-01-25 23:54:05 +01:00
Thomas Tanghus
c738174937 Refactor groups management. Fix #370
- Moved adding/removing groups to OCA\Contacts\VObject\VCard
- CATEGORIES property wasn't removed when empty
- When removing all groups from contact, it wasn't assigned to ungrouped.
- When adding contact(s) to group it wasn't removed from ungrouped until
  you changed to other group and back.
2014-01-25 17:08:01 +01:00
jbtbnl
6d5f0eca9e Fixes actions not showing up 2014-01-24 15:21:48 +01:00
jbtbnl
4113bfff77 Fixes #362 2014-01-24 14:06:43 +01:00
jbtbnl
fd0a0e1ba6 Fixed JavaScript error caused by CSS selector 2014-01-23 21:00:46 +01:00
jbtbnl
fbf9a55467 Fixed 'select all' checkbox 2014-01-23 20:53:12 +01:00
jbtbnl
859bdde08d Fixed toggeling checkbox on click label 2014-01-23 13:16:08 +01:00
Jan
1c7ccfdc92 Larger clickable space for checkboxes. Possibly fixes owncloud/#326. 2014-01-02 13:51:13 +01:00
Jan
ea58df34a4 Revert "Larger clickable space for checkboxes. Possibly fixes owncloud/#327."
This reverts commit 174105e44d.
2014-01-02 13:49:22 +01:00
Jan ten Bokkel
174105e44d Larger clickable space for checkboxes. Possibly fixes owncloud/#327. 2014-01-02 13:46:04 +01:00
Jan ten Bokkel
ff3e5cc833 Fixes owncloud/#327. 2014-01-02 13:00:00 +01:00
Jan ten Bokkel
75e14d8476 Fixed groups action disappearing after using it once. 2013-12-31 12:54:12 +01:00
Jan
6f8888c9b1 Merge branch 'master' of https://github.com/owncloud/contacts.git 2013-12-21 16:50:06 +01:00
Thomas Tanghus
453978e23b Give a warning before downloading > 300 selected contacts. 2013-12-20 01:29:28 +01:00
Thomas Tanghus
3cb61fc10c Shorten request URI on selected export. Refs. #304 2013-12-20 00:11:48 +01:00
Jan ten Bokkel
425c8b0c49 Move add-contact and add-group buttons back to menu. 2013-12-18 16:59:39 +01:00
Jan ten Bokkel
90afc480d3 Redesign of actions, relocated to table header. 2013-12-18 15:35:41 +01:00
Jan
9dfe94c6dd Merge branch 'master' of https://github.com/owncloud/contacts.git 2013-12-13 22:41:01 +01:00
Thomas Tanghus
9cd8b2799e camelCase index name 2013-12-10 19:09:41 +01:00
Jan ten Bokkel
0382cee171 Some design changes 2013-12-09 21:44:57 +00:00
Thomas Tanghus
45ff2f20b6 Fix deleting from list. Close #248 2013-11-04 15:03:04 +01:00
Thomas Tanghus
85a16f8241 Add placeholder to name and focus it. Fix #237 2013-10-29 21:19:10 +01:00
Thomas Tanghus
ac114ee53c Fix contact positioning 2013-10-29 21:08:35 +01:00