Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | save current work state | Georg Ehrke | 2013-04-25 | 7 | -3/+197 |
* | add route for previews | Georg Ehrke | 2013-04-25 | 1 | -1/+2 |
* | save current work state of Preview Lib | Georg Ehrke | 2013-04-25 | 1 | -149/+229 |
* | Merge branch 'master' into oc_preview | Georg Ehrke | 2013-04-22 | 2061 | -58429/+216575 |
|\ | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-20 | 25 | -147/+163 |
| * | Merge pull request #3020 from owncloud/cleaner-webdav-reason | Bart Visscher | 2013-04-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Cleaner isWebDAVWorking reason, otherwise people overlook the reason | Bart Visscher | 2013-04-19 | 1 | -1/+1 |
| * | | Merge pull request #3024 from owncloud/file-delete-action | Bart Visscher | 2013-04-19 | 2 | -4/+4 |
| |\ \ | |||||
| | * | | Fix displaying spinner on delete | Bart Visscher | 2013-04-19 | 1 | -3/+3 |
| | * | | No need to strip slashes, json_decode handles that for us | Bart Visscher | 2013-04-19 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #3010 from owncloud/fix-cookie_path | Thomas Tanghus | 2013-04-19 | 1 | -2/+3 |
| |\ \ | |||||
| | * | | Don't use empty session.cookie_path, otherwise we get multiple cookies | Bart Visscher | 2013-04-18 | 1 | -2/+3 |
| | |/ | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-19 | 11 | -11/+11 |
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-18 | 140 | -941/+643 |
| * | | Merge pull request #2986 from eMerzh/upgrade_warn | Bernhard Posselt | 2013-04-17 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Warn when we do an upgrade | Brice Maron | 2013-04-17 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #2925 from owncloud/navigation-icon-fix | Raghu Nayyar | 2013-04-17 | 1 | -6/+29 |
| |\ \ | | |/ | |/| | |||||
| | * | apply navigation hover effect directly to img and span, cleaner code | Jan-Christoph Borchardt | 2013-04-17 | 1 | -3/+23 |
| | * | additional comments | Jan-Christoph Borchardt | 2013-04-14 | 1 | -3/+3 |
| | * | fix navigation hover effect, documentation | Jan-Christoph Borchardt | 2013-04-14 | 1 | -5/+8 |
| * | | Merge pull request #2978 from owncloud/displayname_can_be_null | Bernhard Posselt | 2013-04-17 | 2 | -2/+1 |
| |\ \ | |||||
| | * | | Remove not null constraint. Fix #2976 | Thomas Tanghus | 2013-04-17 | 2 | -2/+1 |
| * | | | Merge pull request #2975 from owncloud/log-date | Morris Jobke | 2013-04-17 | 3 | -3/+12 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | also adjust template properly for log date fix | Bernhard Posselt | 2013-04-17 | 1 | -1/+5 |
| | * | | fix admin log display and use a more readable format | Bernhard Posselt | 2013-04-17 | 2 | -2/+6 |
| | * | | use date and time instead of timestamp | Bernhard Posselt | 2013-04-17 | 1 | -1/+2 |
| * | | | Merge pull request #2746 from owncloud/use-count-userexists | Thomas Tanghus | 2013-04-17 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Use the MDB2 function to get the count result | Bart Visscher | 2013-04-06 | 1 | -1/+1 |
| | * | | | Use count SQL to check for user existance | Bart Visscher | 2013-04-05 | 1 | -2/+2 |
| * | | | | adapt free space calculation to the way it is done for the trash bin | Björn Schießle | 2013-04-17 | 1 | -7/+15 |
| * | | | | improved free space calculation if no quota is set, discussed in #2936 | Björn Schießle | 2013-04-17 | 1 | -23/+43 |
| * | | | | Merge pull request #2915 from Kondou-ger/handle_empty_datafolder_better | Bart Visscher | 2013-04-17 | 2 | -1/+2 |
| |\ \ \ \ | |||||
| | * | | | | Hint to default data directory | kondou | 2013-04-16 | 1 | -1/+1 |
| | * | | | | Handle empty datafolder better. | kondou | 2013-04-13 | 2 | -1/+2 |
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-17 | 834 | -1788/+4438 |
| * | | | | | Merge pull request #2951 from owncloud/no_personal_variables | icewind1991 | 2013-04-16 | 1 | -11/+11 |
| |\ \ \ \ \ | |||||
| | * | | | | | No personal prefixes for variables. | kondou | 2013-04-16 | 1 | -11/+11 |
| * | | | | | | Merge pull request #2953 from jerrac/emailsavetimeout | Bernhard Posselt | 2013-04-16 | 1 | -12/+22 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Removed extra id from jquery selectors. Remove console.log call. Removed comm... | David Reagan | 2013-04-16 | 1 | -4/+2 |
| | * | | | | | | Modified how the #lostpassword or #email fields save email addresses on the P... | David Reagan | 2013-04-16 | 1 | -12/+24 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #2943 from owncloud/always_load_cache_hooks_first | Michael Gapczynski | 2013-04-16 | 2 | -5/+7 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | always connect file cache updater hooks first | Jörn Friedrich Dreyer | 2013-04-16 | 2 | -5/+7 |
| * | | | | | | Merge pull request #2887 from owncloud/l10n-caching | Bart Visscher | 2013-04-16 | 1 | -0/+6 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | -L10N: cache the result of findLanguage | Robin Appelman | 2013-04-12 | 1 | -0/+6 |
| * | | | | | | add explenation of the expire function to the apps description | Björn Schießle | 2013-04-16 | 2 | -2/+33 |
| * | | | | | | write a info message to the log if a file gets removed from the trash bin aut... | Björn Schießle | 2013-04-16 | 1 | -0/+2 |
| * | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-16 | 872 | -6914/+7017 |
| * | | | | | | Merge pull request #2934 from owncloud/shorten_css_colorcodes | Bernhard Posselt | 2013-04-15 | 1 | -4/+4 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| | * | | | | | Shorten CSS colorcodes | kondou | 2013-04-15 | 1 | -4/+4 |
| * | | | | | | Merge pull request #2769 from owncloud/octemplate | Thomas Tanghus | 2013-04-15 | 1 | -0/+101 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | |