Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | rename to apps.js | Bernhard Posselt | 2014-05-26 | 2 | -1/+1 | |
| * | | | | | | | query buttons on every click to not worry about weird edge case scenarios | Bernhard Posselt | 2014-05-24 | 1 | -19/+5 | |
| * | | | | | | | use different ns | Bernhard Posselt | 2014-05-24 | 1 | -1/+1 | |
| * | | | | | | | allow apps to add buttons on runtime without negatively impacting performance | Bernhard Posselt | 2014-05-24 | 1 | -4/+17 | |
| * | | | | | | | add ; to make jshint happy | Bernhard Posselt | 2014-05-23 | 1 | -1/+1 | |
| * | | | | | | | remove unecessary parenths | Bernhard Posselt | 2014-05-23 | 1 | -2/+2 | |
| * | | | | | | | add a slideup mechanism | Bernhard Posselt | 2014-05-23 | 2 | -0/+66 | |
* | | | | | | | | Merge pull request #8853 from owncloud/design-typeface | Jan-Christoph Borchardt | 2014-06-04 | 8 | -3/+236 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | IE -> IE8 only | Morris Jobke | 2014-06-04 | 1 | -1/+1 | |
| * | | | | | | | | move from tff to woff and fix IE8 | Morris Jobke | 2014-06-04 | 7 | -6/+14 | |
| * | | | | | | | | unbold the username | Jan-Christoph Borchardt | 2014-06-03 | 1 | -1/+0 | |
| * | | | | | | | | do not use italic typeface style, instead lighter color | Jan-Christoph Borchardt | 2014-06-03 | 1 | -0/+9 | |
| * | | | | | | | | use Open Sans as typeface | Jan-Christoph Borchardt | 2014-06-03 | 6 | -1/+218 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #8860 from owncloud/phpstorm-code-style | Morris Jobke | 2014-06-04 | 1 | -0/+51 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | add phpstorm code style | Robin Appelman | 2014-06-04 | 1 | -0/+51 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #8662 from owncloud/f-lock | Thomas Müller | 2014-06-04 | 18 | -34/+703 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | workaround to get the unit test going | Thomas Müller | 2014-06-04 | 1 | -4/+6 | |
| * | | | | | | | | get the storage from the view | Bjoern Schiessle | 2014-06-04 | 1 | -4/+5 | |
| * | | | | | | | | Use ->instanceOfStorage() not instanceof for Storage instances. | ringmaster | 2014-06-04 | 1 | -1/+1 | |
| * | | | | | | | | Can't use assertInstanceOf on wrapped storage; use assertTrue(instanceOfStora... | ringmaster | 2014-06-04 | 2 | -6/+6 | |
| * | | | | | | | | only lock if unlink is called for a file | Bjoern Schiessle | 2014-06-04 | 1 | -1/+3 | |
| * | | | | | | | | fix unit test after adding the additional parameter to addStorageWrapper() | Bjoern Schiessle | 2014-06-04 | 1 | -1/+1 | |
| * | | | | | | | | name the storage wrapper to make sure that we don't apply the wrapper multipl... | Bjoern Schiessle | 2014-06-04 | 3 | -6/+6 | |
| * | | | | | | | | don't ask for fileInfo if we already have one | Bjoern Schiessle | 2014-06-04 | 1 | -5/+4 | |
| * | | | | | | | | Normalize lock exception messages. | ringmaster | 2014-06-04 | 2 | -2/+2 | |
| * | | | | | | | | make sure to close the stream at the end of each test | Bjoern Schiessle | 2014-06-04 | 1 | -0/+6 | |
| * | | | | | | | | Restore the reference to this used exception class. | ringmaster | 2014-06-04 | 1 | -0/+1 | |
| * | | | | | | | | Move Lock to private namespace, add interface. Update PHPDoc. | ringmaster | 2014-06-04 | 3 | -255/+316 | |
| * | | | | | | | | Don't error out on console. | ringmaster | 2014-06-04 | 1 | -2/+2 | |
| * | | | | | | | | Removed unused vars/declarations, update PHPDoc. | ringmaster | 2014-06-04 | 2 | -3/+3 | |
| * | | | | | | | | Fix typo | Lukas Reschke | 2014-06-04 | 1 | -1/+1 | |
| * | | | | | | | | Fix typo | Lukas Reschke | 2014-06-04 | 1 | -1/+1 | |
| * | | | | | | | | Remove unused methods. | ringmaster | 2014-06-04 | 1 | -14/+0 | |
| * | | | | | | | | Respect locked files, surface correct exception. | ringmaster | 2014-06-04 | 2 | -6/+43 | |
| * | | | | | | | | Simpler log unique id. | ringmaster | 2014-06-04 | 1 | -1/+1 | |
| * | | | | | | | | Add actual locking and log changes necessary for debugging. | ringmaster | 2014-06-04 | 3 | -28/+304 | |
| * | | | | | | | | Continued flock work. | ringmaster | 2014-06-04 | 4 | -24/+64 | |
| * | | | | | | | | flock changes. Work in progress. | ringmaster | 2014-06-04 | 7 | -1/+259 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #8842 from owncloud/ldap_cli_methods | Thomas Müller | 2014-06-04 | 5 | -1/+232 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix casing and PHPDoc | Thomas Müller | 2014-06-03 | 4 | -8/+7 | |
| * | | | | | | | | fix description texts | Arthur Schiwon | 2014-06-03 | 2 | -2/+2 | |
| * | | | | | | | | command line tools to see, modify and test existing LDAP configurations | Arthur Schiwon | 2014-06-03 | 5 | -1/+233 | |
* | | | | | | | | | Merge pull request #8849 from owncloud/trash_expire_fix | Thomas Müller | 2014-06-04 | 1 | -8/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fixing typo | Thomas Müller | 2014-06-04 | 1 | -1/+1 | |
| * | | | | | | | | | get files in trash from file cache | Bjoern Schiessle | 2014-06-03 | 1 | -7/+8 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #8468 from owncloud/remove-infieldlabels | Jan-Christoph Borchardt | 2014-06-04 | 18 | -270/+542 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | move to updated version of placeholder | Morris Jobke | 2014-06-03 | 6 | -22/+481 | |
| * | | | | | | | | | fix text alignment in input fields | Jan-Christoph Borchardt | 2014-06-03 | 1 | -1/+1 | |
| * | | | | | | | | | fix icon alignment in input fields | Jan-Christoph Borchardt | 2014-06-03 | 1 | -2/+2 | |
| * | | | | | | | | | add missing placeholder shim for change password fields in IE8/9 | Jan-Christoph Borchardt | 2014-06-03 | 1 | -0/+2 |